mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-28 11:28:27 +01:00
Added an adult video entity
This commit is contained in:
7
MediaBrowser.Controller/Entities/AdultVideo.cs
Normal file
7
MediaBrowser.Controller/Entities/AdultVideo.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
|
||||
namespace MediaBrowser.Controller.Entities
|
||||
{
|
||||
public class AdultVideo : Video
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user