mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-11-02 18:47:18 -05:00
8 lines
99 B
C#
8 lines
99 B
C#
|
|
namespace MediaBrowser.Controller.Entities
|
|
{
|
|
public class AdultVideo : Video
|
|
{
|
|
}
|
|
}
|