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)
|
private void SaveToFile(Stream stream, string path)
|
||||||
{
|
{
|
||||||
|
FileSystem.CreateDirectory(Path.GetDirectoryName(path));
|
||||||
|
|
||||||
var file = new FileInfo(path);
|
var file = new FileInfo(path);
|
||||||
|
|
||||||
var wasHidden = false;
|
var wasHidden = false;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user