From a76600e53b516d48940b899684291cd31b779082 Mon Sep 17 00:00:00 2001 From: Greg Lorenzen Date: Mon, 8 Jul 2024 22:00:16 +0000 Subject: [PATCH] Update play_arrow icons with fill CSS class --- client/components/app/Appbar.vue | 2 +- client/components/modals/player/QueueItemRow.vue | 2 +- client/components/tables/collection/BookTableRow.vue | 2 +- client/components/tables/playlist/ItemTableRow.vue | 2 +- client/components/tables/podcast/LazyEpisodeRow.vue | 2 +- client/pages/collection/_id.vue | 2 +- client/pages/item/_id/index.vue | 4 ++-- client/pages/library/_library/podcast/latest.vue | 2 +- client/pages/playlist/_id.vue | 2 +- 9 files changed, 10 insertions(+), 10 deletions(-) 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 }}