mirror of
https://github.com/SoPat712/allstarr.git
synced 2026-04-27 12:02:51 -04:00
v1.1.1: SCROBBLING, fixed and rewrote caching, refactored and fixed WebUI, fixed logs, fixed cron scheduling bugs, hardened security, added Global Mappings, made the proxy more 'transparent', added playlists from Tidal to search
This commit is contained in:
@@ -277,7 +277,7 @@ public class JellyfinModelMapperTests
|
||||
// Arrange
|
||||
var playlists = new List<ExternalPlaylist>
|
||||
{
|
||||
new() { Id = "pl-1", Name = "Summer Mix", Provider = "deezer", ExternalId = "123" }
|
||||
new() { Id = "ext-deezer-playlist-123", Name = "Summer Mix", Provider = "deezer", ExternalId = "123" }
|
||||
};
|
||||
|
||||
var externalResult = new SearchResult
|
||||
@@ -293,7 +293,7 @@ public class JellyfinModelMapperTests
|
||||
|
||||
// Assert
|
||||
Assert.Single(albums);
|
||||
Assert.Equal("pl-1", albums[0]["Id"]);
|
||||
Assert.Equal("ext-deezer-playlist-123", albums[0]["Id"]);
|
||||
}
|
||||
|
||||
[Fact]
|
||||
|
||||
Reference in New Issue
Block a user