added HasUpdateAvailable

This commit is contained in:
Luke Pulverenti
2014-01-05 01:50:48 -05:00
parent 178d216b28
commit a01ee815fb
6 changed files with 46 additions and 3 deletions

View File

@@ -52,5 +52,7 @@ namespace MediaBrowser.Api.Playback
public bool SendInputOverStandardInput { get; set; }
public CancellationTokenSource StandardInputCancellationTokenSource { get; set; }
public string LiveTvStreamId { get; set; }
}
}