Revert unnecessary style change
This commit is contained in:
parent
dde0277050
commit
77533fd433
|
@ -227,7 +227,10 @@ namespace Emby.Server.Implementations.Playlists
|
|||
// Refresh playlist metadata
|
||||
_providerManager.QueueRefresh(
|
||||
playlist.Id,
|
||||
new MetadataRefreshOptions(new DirectoryService(_fileSystem)) { ForceSave = true },
|
||||
new MetadataRefreshOptions(new DirectoryService(_fileSystem))
|
||||
{
|
||||
ForceSave = true
|
||||
},
|
||||
RefreshPriority.High);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user