mirror of
https://github.com/owntone/owntone-server.git
synced 2025-01-14 08:15:02 -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) {
|
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) {
|
library_track_playlists(trackId) {
|
||||||
|
Loading…
Reference in New Issue
Block a user