mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-17 11:43:44 +01:00
update music brainz album responses
This commit is contained in:
@@ -44,6 +44,11 @@ namespace MediaBrowser.XbmcMetadata.Savers
|
||||
}
|
||||
else
|
||||
{
|
||||
//if (item is Movie)
|
||||
//{
|
||||
// list.Add(Path.Combine(item.ContainingFolderPath, "movie.nfo"));
|
||||
//}
|
||||
|
||||
list.Add(Path.ChangeExtension(item.Path, ".nfo"));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user