mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-19 15:02:37 +02:00
Added Books collection type
This commit is contained in:
parent
e8b4ff5346
commit
c5dcaf978a
1 changed files with 2 additions and 0 deletions
|
|
@ -18,5 +18,7 @@ namespace MediaBrowser.Model.Entities
|
|||
public const string BoxSets = "boxsets";
|
||||
|
||||
public const string AdultVideos = "adultvideos";
|
||||
|
||||
public const string Books = "books";
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue