jellyfin/MediaBrowser.Movies/Entities/BoxSet.cs

11 lines
185 B
C#
Raw Normal View History

2012-07-12 08:55:27 +02:00
using System;
using System.Collections.Generic;
using MediaBrowser.Model.Entities;
namespace MediaBrowser.Movies.Entities
{
public class BoxSet : Folder
{
}
}