oniony / TMSU

TMSU lets you tags your files and then access them through a nifty virtual filesystem from any other application.
Other
2.01k stars 115 forks source link

Fix untagging files via VFS #262

Closed mpiatka closed 1 year ago

mpiatka commented 1 year ago

38227d1f moved the tagged files in the VFS to the files subdirectory instead of being in the tag directory directly and it seems like the Unlink function was never updated to accomodate this.

Without this change tmsu tries to remove the files tag from the file (and crashes, because the tag files doesn't exist).

oniony commented 1 year ago

Thank you