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