ukdtom / Plex-FindUnmatched.bundle

Plex plugin to find medias, that doesn't exists in the Plex database
42 stars 10 forks source link

FundUnmatched falsely reports that the filesystem is empty. #56

Closed srazer closed 10 years ago

srazer commented 10 years ago

On rare occasions Plex will load the main menu while a background scan is running. If this happens right as scanFiles() starts myPathList my not be repopulated before it is needed resulting in no paths to scan.

myPathList will be changed from a global variable to a parameter that gets passed down to scanFiles.

srazer commented 10 years ago

Fixed in v0.0.1.23