ankenyr / jellyfin-youtube-metadata-plugin

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

Add ProviderId in utils metadata functions #106

Closed nalsai closed 4 months ago

nalsai commented 4 months ago

Currently, adding the provider id in the AbstractYoutubeRemoteProvider means, that it doesn't get added when using local metadata from an info.json file.

By instead adding it directly when creating the MetadataResult the provider id is added in all cases.

This is a part of PR #84.