mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-26 10:36:57 +01:00
Merge pull request #10371 from Pithaya/feat/book-persons
Allow persons on books
This commit is contained in:
@@ -66,6 +66,11 @@ namespace MediaBrowser.Model.Providers
|
||||
/// <summary>
|
||||
/// A music track.
|
||||
/// </summary>
|
||||
Track = 12
|
||||
Track = 12,
|
||||
|
||||
/// <summary>
|
||||
/// A book.
|
||||
/// </summary>
|
||||
Book = 13
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user