mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-16 07:12:18 +01:00
update now playing
This commit is contained in:
@@ -199,6 +199,8 @@ namespace MediaBrowser.XbmcMetadata.Savers
|
||||
|
||||
private void SaveToFile(Stream stream, string path)
|
||||
{
|
||||
FileSystem.CreateDirectory(Path.GetDirectoryName(path));
|
||||
|
||||
var file = new FileInfo(path);
|
||||
|
||||
var wasHidden = false;
|
||||
|
||||
Reference in New Issue
Block a user