restore nuget targets for mono build

This commit is contained in:
Luke Pulverenti
2014-09-02 22:30:24 -04:00
parent a3d553a7fb
commit 60d1d5cdee
27 changed files with 396 additions and 251 deletions

View File

@@ -72,6 +72,7 @@ namespace MediaBrowser.Api.Playback
public string Params { get; set; }
public bool Throttle { get; set; }
public string TranscodingJobId { get; set; }
}
public class VideoStreamRequest : StreamRequest