update now playing

This commit is contained in:
Luke Pulverenti 2015-09-27 11:00:57 -04:00
parent 33ab78155f
commit 8cf7d336e6
1 changed files with 2 additions and 0 deletions

View File

@ -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;