update closing of live streams

This commit is contained in:
Luke Pulverenti
2016-09-27 13:51:01 -04:00
parent 64d63c1b4b
commit 68268cfb73
4 changed files with 22 additions and 3 deletions

View File

@@ -73,6 +73,7 @@ namespace MediaBrowser.Model.Configuration
/// </summary>
/// <value>The metadata path.</value>
public string MetadataPath { get; set; }
public string MetadataNetworkPath { get; set; }
public string LastVersion { get; set; }