mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
update now playing
This commit is contained in:
parent
33ab78155f
commit
8cf7d336e6
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user