diff --git a/client/components/app/Appbar.vue b/client/components/app/Appbar.vue index c0b27323..bc0e267f 100644 --- a/client/components/app/Appbar.vue +++ b/client/components/app/Appbar.vue @@ -55,7 +55,7 @@

{{ $getString('MessageItemsSelected', [numMediaItemsSelected]) }}

- play_arrow + play_arrow {{ $strings.ButtonPlay }} diff --git a/client/components/modals/player/QueueItemRow.vue b/client/components/modals/player/QueueItemRow.vue index 35331415..31f49aa9 100644 --- a/client/components/modals/player/QueueItemRow.vue +++ b/client/components/modals/player/QueueItemRow.vue @@ -10,7 +10,7 @@

{{ $strings.ButtonPlaying }}

diff --git a/client/components/tables/playlist/ItemTableRow.vue b/client/components/tables/playlist/ItemTableRow.vue index 9594781d..61fe1451 100644 --- a/client/components/tables/playlist/ItemTableRow.vue +++ b/client/components/tables/playlist/ItemTableRow.vue @@ -10,7 +10,7 @@
- play_arrow + play_arrow
diff --git a/client/components/tables/podcast/LazyEpisodeRow.vue b/client/components/tables/podcast/LazyEpisodeRow.vue index 5e0d22e1..9b0f3f93 100644 --- a/client/components/tables/podcast/LazyEpisodeRow.vue +++ b/client/components/tables/podcast/LazyEpisodeRow.vue @@ -21,7 +21,7 @@
diff --git a/client/pages/collection/_id.vue b/client/pages/collection/_id.vue index 7f214c44..b130682d 100644 --- a/client/pages/collection/_id.vue +++ b/client/pages/collection/_id.vue @@ -15,7 +15,7 @@
- play_arrow + play_arrow {{ streaming ? $strings.ButtonPlaying : $strings.ButtonPlay }} diff --git a/client/pages/item/_id/index.vue b/client/pages/item/_id/index.vue index 8fedebc7..b6490126 100644 --- a/client/pages/item/_id/index.vue +++ b/client/pages/item/_id/index.vue @@ -13,7 +13,7 @@
- play_arrow + play_arrow
@@ -87,7 +87,7 @@
- play_arrow + play_arrow {{ isStreaming ? $strings.ButtonPlaying : $strings.ButtonPlay }} diff --git a/client/pages/library/_library/podcast/latest.vue b/client/pages/library/_library/podcast/latest.vue index f2c748ac..e0637578 100644 --- a/client/pages/library/_library/podcast/latest.vue +++ b/client/pages/library/_library/podcast/latest.vue @@ -50,7 +50,7 @@
diff --git a/client/pages/playlist/_id.vue b/client/pages/playlist/_id.vue index e610c39d..d36c9ea3 100644 --- a/client/pages/playlist/_id.vue +++ b/client/pages/playlist/_id.vue @@ -15,7 +15,7 @@
- play_arrow + play_arrow {{ streaming ? $strings.ButtonPlaying : $strings.ButtonPlay }}