mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-10 16:23:06 +01:00
support mcm episodes
This commit is contained in:
@@ -345,6 +345,10 @@ namespace MediaBrowser.Providers.Manager
|
||||
// None of the save local conditions passed, so store it in our internal folders
|
||||
if (string.IsNullOrEmpty(path))
|
||||
{
|
||||
if (string.IsNullOrEmpty(filename))
|
||||
{
|
||||
filename = "folder";
|
||||
}
|
||||
path = Path.Combine(_config.ApplicationPaths.GetInternalMetadataPath(item.Id), filename + extension);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user