ukdtom / WebTools.bundle

WebTools is a collection of tools for Plex Media Server. Like the Unsupported AppStore (UAS)
https://forums.plex.tv/discussion/288191
Mozilla Public License 2.0
1.3k stars 170 forks source link

FM - Ignored dirs not getting saved #339

Closed creoludifico closed 7 years ago

creoludifico commented 7 years ago

image

The ignore hidden and ignore extra fields are working just fine. Ignored dirs are not getting saved properly. I can see that it's successfully passed to the backend. Can you please check up on this?

ukdtom commented 7 years ago

You are having a payload of: IGNORE_DIRS

Should be: IGNORED_DIRS

Besides that, you are missing VALID_EXTENSIONS ;)

creoludifico commented 7 years ago

Damn thanks!