mirror of
https://github.com/owntone/owntone-server.git
synced 2025-10-29 15:55:02 -04:00
[web] Format source code
This commit is contained in:
parent
9a721e49ab
commit
3f0041100a
@ -94,11 +94,7 @@ export default {
|
|||||||
})
|
})
|
||||||
},
|
},
|
||||||
data() {
|
data() {
|
||||||
return {
|
return { albums: [], artists: [], playlists: [] }
|
||||||
albums: [],
|
|
||||||
artists: [],
|
|
||||||
playlists: []
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
@ -37,9 +37,7 @@ export default {
|
|||||||
})
|
})
|
||||||
},
|
},
|
||||||
data() {
|
data() {
|
||||||
return {
|
return { playlists: [] }
|
||||||
playlists: []
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
computed: {
|
computed: {
|
||||||
heading() {
|
heading() {
|
||||||
|
|||||||
@ -35,9 +35,7 @@ export default {
|
|||||||
})
|
})
|
||||||
},
|
},
|
||||||
data() {
|
data() {
|
||||||
return {
|
return { artists: [] }
|
||||||
artists: []
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
computed: {
|
computed: {
|
||||||
heading() {
|
heading() {
|
||||||
|
|||||||
@ -37,9 +37,7 @@ export default {
|
|||||||
})
|
})
|
||||||
},
|
},
|
||||||
data() {
|
data() {
|
||||||
return {
|
return { albums: [] }
|
||||||
albums: []
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
computed: {
|
computed: {
|
||||||
heading() {
|
heading() {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user