add other videos library kind (#429)
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace ErsatzTV.Core.Domain
|
||||
{
|
||||
public class OtherVideo : MediaItem
|
||||
{
|
||||
public List<OtherVideoMetadata> OtherVideoMetadata { get; set; }
|
||||
public List<MediaVersion> MediaVersions { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user