ankenyr / jellyfin-youtube-metadata-plugin

Youtube Metadata Plugin for Jellyfin
GNU Affero General Public License v3.0
481 stars 31 forks source link

Fixed Exceptions #69

Closed Fribb closed 1 year ago

Fribb commented 1 year ago

Local Plugin was executed on all Libraries which resulted in a "FileNotFoundException" and "DirectoryNotFoundException" because the info.json was not available. I removed a duplicate ReadYTDLInfo Method and added a catch to handle the Exceptions.

Fribb commented 1 year ago

While this will not address #58 - 'Executing on all libraries despite not being enabled', it will reduce the number of Exceptions logged in the log file.