mirror of
https://github.com/jellyfin/jellyfin.git
synced 2024-11-19 11:59:02 -07:00
11 lines
185 B
C#
11 lines
185 B
C#
|
using System;
|
|||
|
using System.Collections.Generic;
|
|||
|
using MediaBrowser.Model.Entities;
|
|||
|
|
|||
|
namespace MediaBrowser.Movies.Entities
|
|||
|
{
|
|||
|
public class BoxSet : Folder
|
|||
|
{
|
|||
|
}
|
|||
|
}
|