mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-20 07:37:03 +01:00
8 lines
101 B
C#
8 lines
101 B
C#
|
|
namespace MediaBrowser.Model.Entities.TV
|
|
{
|
|
public class Episode : Video
|
|
{
|
|
}
|
|
}
|