Added login warning in home tab if user is not logged in
This commit is contained in:
@@ -16,6 +16,9 @@ const HomeTab = new Vue({
|
||||
artistView,
|
||||
albumView,
|
||||
playlistView,
|
||||
openSettings(e){
|
||||
document.getElementById("main_settings_tablink").click()
|
||||
},
|
||||
addToQueue(e) {
|
||||
e.stopPropagation()
|
||||
Downloads.sendAddToQueue(e.currentTarget.dataset.link)
|
||||
|
||||
Reference in New Issue
Block a user