add remote streaming capabilities

This commit is contained in:
Luke Pulverenti
2013-05-01 16:07:20 -04:00
parent f9ec1ce37f
commit e9cfa6cd26
6 changed files with 73 additions and 12 deletions

View File

@@ -99,6 +99,10 @@ namespace MediaBrowser.Common.MediaInfo
/// <summary>
/// The DVD
/// </summary>
Dvd
Dvd,
/// <summary>
/// The URL
/// </summary>
Url
}
}