use server to build stream url's

This commit is contained in:
Luke Pulverenti
2015-03-26 15:18:21 -04:00
parent 3ec7090c6e
commit cd99ad4366
3 changed files with 72 additions and 17 deletions

View File

@@ -1,9 +1,11 @@
using MediaBrowser.Model.Dlna;
using MediaBrowser.Model.Dto;
namespace MediaBrowser.Model.MediaInfo
{
public class PlaybackInfoRequest
{
public DeviceProfile DeviceProfile { get; set; }
public MediaSourceInfo MediaSource { get; set; }
}
}