mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-21 17:44:43 +01:00
add more methods to IFileSystem
This commit is contained in:
@@ -448,7 +448,7 @@ namespace MediaBrowser.Server.Implementations.Channels
|
||||
item.Name = channelInfo.Name;
|
||||
}
|
||||
|
||||
await item.RefreshMetadata(new MetadataRefreshOptions
|
||||
await item.RefreshMetadata(new MetadataRefreshOptions(_fileSystem)
|
||||
{
|
||||
ForceSave = isNew
|
||||
|
||||
|
||||
Reference in New Issue
Block a user