deprecate hddvd videotype

This commit is contained in:
Luke Pulverenti
2017-08-07 16:36:41 -04:00
parent 6d78824c8e
commit 994720c24a
8 changed files with 13 additions and 29 deletions

View File

@@ -21,10 +21,6 @@ namespace MediaBrowser.Model.Entities
/// <summary>
/// The blu ray
/// </summary>
BluRay,
/// <summary>
/// The hd DVD
/// </summary>
HdDvd
BluRay
}
}