Add a Book ExternalIdMediaType

This commit is contained in:
Pithaya 2023-10-08 01:08:57 +02:00
parent cc590f82b9
commit e6bb86e649
1 changed files with 6 additions and 1 deletions

View File

@ -66,6 +66,11 @@ namespace MediaBrowser.Model.Providers
/// <summary>
/// A music track.
/// </summary>
Track = 12
Track = 12,
/// <summary>
/// A book.
/// </summary>
Book = 13
}
}