disable play button on artist dialog
This commit is contained in:
@@ -208,7 +208,6 @@ export default {
|
||||
if (item.parent.parent && item.parent.parent.tracks) {
|
||||
parentId = item.parent.parent._id;
|
||||
}
|
||||
console.log(parentId);
|
||||
this.$store.dispatch("user/resetProgress", parentId);
|
||||
|
||||
window.clearInterval(this.intervalProgress);
|
||||
|
||||
Reference in New Issue
Block a user