mirror of
https://github.com/navidrome/navidrome.git
synced 2025-08-10 00:52:20 +00:00
Removed the albumSong workaround, as React-Admin's cache seems to behave better now
This commit is contained in:
@@ -6,9 +6,6 @@ const dataProvider = jsonServerProvider(REST_URL, httpClient)
|
||||
|
||||
const mapResource = (resource, params) => {
|
||||
switch (resource) {
|
||||
case 'albumSong':
|
||||
return ['song', params]
|
||||
|
||||
case 'playlistTrack':
|
||||
// /api/playlistTrack?playlist_id=123 => /api/playlist/123/tracks
|
||||
let plsId = '0'
|
||||
|
||||
Reference in New Issue
Block a user