mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-02-08 05:32:23 +00:00
8 lines
99 B
C#
8 lines
99 B
C#
|
|
namespace MediaBrowser.Controller.Entities
|
|
{
|
|
public class AdultVideo : Video
|
|
{
|
|
}
|
|
}
|