mirror of
https://github.com/SoPat712/allstarr.git
synced 2026-02-10 16:08:39 -05:00
Remove duplicate GetPlaylistItems route and add constructor logging
This commit is contained in:
@@ -1210,17 +1210,6 @@ public class JellyfinController : ControllerBase
|
||||
|
||||
#region Playlists
|
||||
|
||||
/// <summary>
|
||||
/// Intercepts playlist items requests to inject Spotify playlists.
|
||||
/// This route must have lower Order than the catch-all ProxyRequest route.
|
||||
/// </summary>
|
||||
[HttpGet("Playlists/{playlistId}/Items", Order = 5)]
|
||||
public async Task<IActionResult> GetPlaylistItems(string playlistId)
|
||||
{
|
||||
_logger.LogInformation("GetPlaylistItems called for playlist {PlaylistId}", playlistId);
|
||||
return await GetPlaylistTracks(playlistId);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Gets playlist tracks displayed as an album.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user