9 lines
194 B
C#
9 lines
194 B
C#
namespace ErsatzTV.Core.Domain
|
|
{
|
|
public class OtherVideoMetadata : Metadata
|
|
{
|
|
public int OtherVideoId { get; set; }
|
|
public OtherVideo OtherVideo { get; set; }
|
|
}
|
|
}
|