mirror of
https://github.com/SoPat712/allstarr.git
synced 2026-02-09 23:55:10 -05:00
fix method name: MapToSong -> ParseSong
This commit is contained in:
@@ -1946,7 +1946,7 @@ public class JellyfinController : ControllerBase
|
|||||||
{
|
{
|
||||||
foreach (var item in items.EnumerateArray())
|
foreach (var item in items.EnumerateArray())
|
||||||
{
|
{
|
||||||
var song = _modelMapper.MapToSong(item);
|
var song = _modelMapper.ParseSong(item);
|
||||||
existingTracks.Add(song);
|
existingTracks.Add(song);
|
||||||
|
|
||||||
// Track Spotify IDs to avoid duplicates
|
// Track Spotify IDs to avoid duplicates
|
||||||
|
|||||||
Reference in New Issue
Block a user