mirror of
https://github.com/owntone/owntone-server.git
synced 2025-01-13 16:03:23 -05:00
[web] Fix temporarily the bug #1688
This commit is contained in:
parent
7d9b5dd948
commit
dae6d1eebc
@ -424,7 +424,9 @@ export default {
|
||||
},
|
||||
|
||||
library_track(trackId) {
|
||||
return axios.get(`./api/library/tracks/${trackId}`)
|
||||
if (trackId) { // Temporary fix
|
||||
return axios.get(`./api/library/tracks/${trackId}`)
|
||||
}
|
||||
},
|
||||
|
||||
library_track_playlists(trackId) {
|
||||
|
Loading…
Reference in New Issue
Block a user