diff --git a/client/components/tables/playlist/ItemTableRow.vue b/client/components/tables/playlist/ItemTableRow.vue
index e5486461..6899f600 100644
--- a/client/components/tables/playlist/ItemTableRow.vue
+++ b/client/components/tables/playlist/ItemTableRow.vue
@@ -38,7 +38,7 @@
-
@@ -75,8 +75,7 @@ export default {
},
computed: {
translateDistance() {
- if (!this.userCanUpdate && !this.userCanDelete) return 'translate-x-0'
- else if (!this.userCanUpdate || !this.userCanDelete) return '-translate-x-12'
+ if (!this.userCanUpdate) return '-translate-x-12'
return '-translate-x-24'
},
libraryItem() {
@@ -233,4 +232,4 @@ export default {
},
mounted() {}
}
-
\ No newline at end of file
+
diff --git a/client/pages/playlist/_id.vue b/client/pages/playlist/_id.vue
index 0b1d73fe..06a893a8 100644
--- a/client/pages/playlist/_id.vue
+++ b/client/pages/playlist/_id.vue
@@ -19,9 +19,9 @@
{{ streaming ? $strings.ButtonPlaying : $strings.ButtonPlay }}
-
+
-
+