mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-28 13:32:49 +01:00
7 lines
99 B
C#
7 lines
99 B
C#
|
|
namespace MediaBrowser.Controller.Entities
|
|
{
|
|
public class AdultVideo : Video
|
|
{
|
|
}
|
|
}
|