mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #5193] [MERGED] Add test for generic nfo provider id parsing #10426
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/jellyfin/jellyfin/pull/5193
Author: @daullmer
Created: 2/9/2021
Status: ✅ Merged
Merged: 2/9/2021
Merged by: @Bond-009
Base:
master← Head:nfo-id-test📝 Commits (1)
0862548Add test for generic nfo provider id parsing📊 Changes
9 files changed (+38 additions, -21 deletions)
View changed files
📝
MediaBrowser.XbmcMetadata/Parsers/BaseNfoParser.cs(+0 -14)📝
tests/Jellyfin.XbmcMetadata.Tests/Jellyfin.XbmcMetadata.Tests.csproj(+1 -0)📝
tests/Jellyfin.XbmcMetadata.Tests/Parsers/EpisodeNfoProviderTests.cs(+9 -1)📝
tests/Jellyfin.XbmcMetadata.Tests/Parsers/MovieNfoParserTests.cs(+9 -2)📝
tests/Jellyfin.XbmcMetadata.Tests/Parsers/MusicAlbumNfoProviderTests.cs(+8 -1)📝
tests/Jellyfin.XbmcMetadata.Tests/Parsers/MusicArtistNfoParserTests.cs(+7 -1)📝
tests/Jellyfin.XbmcMetadata.Tests/Parsers/SeriesNfoParserTests.cs(+2 -2)📝
tests/Jellyfin.XbmcMetadata.Tests/Test Data/Justice League.nfo(+1 -0)📝
tests/Jellyfin.XbmcMetadata.Tests/Test Data/The Bone Orchard.nfo(+1 -0)📄 Description
Changes
case "musicBrainzArtistID":from nfo parser because ids are handled dynamicallyIssues
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.