fangfufu / httpdirfs

A filesystem which allows you to mount HTTP directory listings or a single file, with a permanent cache. Now with Airsonic / Subsonic support!
Other
778 stars 59 forks source link

Analyse and remove the potentially spurious code. #124

Closed fangfufu closed 1 year ago

fangfufu commented 1 year ago

Commit https://github.com/fangfufu/httpdirfs/pull/123/commits/8451da6ac77e602dd042051d6afc3fe944fefb2c flagged up some code that is potentially spurious. We should have a closer look at what it does, and remove it if necessary.

fangfufu commented 1 year ago

@jikamens The spurious code was introduced here: https://github.com/fangfufu/httpdirfs/commit/e76b079fe6951ea28acdc700069b9d33e9f69c7a

I am going to remove it. Well done for noticing it!