mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-15 02:33:33 +01:00
support mcm episodes
This commit is contained in:
@@ -17,9 +17,9 @@ namespace MediaBrowser.Providers.Games
|
||||
_logger = logger;
|
||||
}
|
||||
|
||||
protected override void Fetch(GameSystem item, string path, CancellationToken cancellationToken)
|
||||
protected override void Fetch(LocalMetadataResult<GameSystem> result, string path, CancellationToken cancellationToken)
|
||||
{
|
||||
new GameSystemXmlParser(_logger).Fetch(item, path, cancellationToken);
|
||||
new GameSystemXmlParser(_logger).Fetch(result.Item, path, cancellationToken);
|
||||
}
|
||||
|
||||
protected override FileInfo GetXmlFile(ItemInfo info)
|
||||
|
||||
Reference in New Issue
Block a user