mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
Add a Book ExternalIdMediaType
This commit is contained in:
parent
cc590f82b9
commit
e6bb86e649
@ -66,6 +66,11 @@ namespace MediaBrowser.Model.Providers
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// A music track.
|
/// A music track.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
Track = 12
|
Track = 12,
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// A book.
|
||||||
|
/// </summary>
|
||||||
|
Book = 13
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user