diff --git a/components/app/AudioPlayer.vue b/components/app/AudioPlayer.vue
index 49adbbed..b7747f2c 100644
--- a/components/app/AudioPlayer.vue
+++ b/components/app/AudioPlayer.vue
@@ -4,7 +4,7 @@
- arrow_drop_down
+ keyboard_arrow_down
{{ isCasting ? 'cast_connected' : 'cast' }}
diff --git a/components/connection/ServerConnectForm.vue b/components/connection/ServerConnectForm.vue
index 2c60488c..0c35b158 100644
--- a/components/connection/ServerConnectForm.vue
+++ b/components/connection/ServerConnectForm.vue
@@ -9,7 +9,7 @@
{{ config.name }}
- more_vert
+ more_vert
diff --git a/components/modals/SleepTimerModal.vue b/components/modals/SleepTimerModal.vue
index 188cb749..9e74b11c 100644
--- a/components/modals/SleepTimerModal.vue
+++ b/components/modals/SleepTimerModal.vue
@@ -13,9 +13,9 @@
arrow_back
-
remove
+
remove
{{ manualTimeoutMin }} min
-
add
+
add
{{ $strings.ButtonSetTimer }}
@@ -40,9 +40,9 @@
-
remove
+
remove
{{ timeRemainingPretty }}
-
add
+
add
{{ isAuto ? $strings.ButtonDisableAutoTimer : $strings.ButtonCancelTimer }}
diff --git a/components/stats/YearInReview.vue b/components/stats/YearInReview.vue
index 4e04ec07..0433a23f 100644
--- a/components/stats/YearInReview.vue
+++ b/components/stats/YearInReview.vue
@@ -75,7 +75,7 @@ export default {
const addIcon = (icon, color, fontSize, x, y) => {
ctx.fillStyle = color
- ctx.font = `${fontSize} Material Icons Outlined`
+ ctx.font = `${fontSize} Material Symbols Rounded`
ctx.fillText(icon, x, y)
}
diff --git a/components/stats/YearInReviewShort.vue b/components/stats/YearInReviewShort.vue
index ae77e987..422d8eb5 100644
--- a/components/stats/YearInReviewShort.vue
+++ b/components/stats/YearInReviewShort.vue
@@ -66,7 +66,7 @@ export default {
const addIcon = (icon, color, fontSize, x, y) => {
ctx.fillStyle = color
- ctx.font = `${fontSize} Material Icons Outlined`
+ ctx.font = `${fontSize} Material Symbols Rounded`
ctx.fillText(icon, x, y)
}
diff --git a/components/tables/playlist/ItemTableRow.vue b/components/tables/playlist/ItemTableRow.vue
index 13f6faa0..953a0038 100644
--- a/components/tables/playlist/ItemTableRow.vue
+++ b/components/tables/playlist/ItemTableRow.vue
@@ -22,7 +22,7 @@
diff --git a/pages/item/_id/index.vue b/pages/item/_id/index.vue
index a0264a5c..92895276 100644
--- a/pages/item/_id/index.vue
+++ b/pages/item/_id/index.vue
@@ -140,7 +140,7 @@
{{ showFullDescription ? $strings.ButtonReadLess : $strings.ButtonReadMore }}
- {{ showFullDescription ? 'arrow_drop_down' : 'arrow_drop_up' }}
+ {{ showFullDescription ? 'arrow_drop_up' : 'arrow_drop_down' }}
diff --git a/pages/localMedia/folders/_id.vue b/pages/localMedia/folders/_id.vue
index 8e31b742..9fb189dd 100644
--- a/pages/localMedia/folders/_id.vue
+++ b/pages/localMedia/folders/_id.vue
@@ -4,7 +4,7 @@
{{ $strings.LabelFolder }}: {{ folderName }}
- more_vert
+ more_vert
{{ $strings.LabelMediaType }}: {{ mediaType }}
diff --git a/pages/localMedia/folders/index.vue b/pages/localMedia/folders/index.vue
index 7b25ddbc..301c84c3 100644
--- a/pages/localMedia/folders/index.vue
+++ b/pages/localMedia/folders/index.vue
@@ -4,7 +4,7 @@
{{ $strings.HeaderLocalFolders }}
-
+
diff --git a/pages/localMedia/item/_id.vue b/pages/localMedia/item/_id.vue
index fdd777fd..1704cfdb 100644
--- a/pages/localMedia/item/_id.vue
+++ b/pages/localMedia/item/_id.vue
@@ -8,7 +8,7 @@
- more_vert
+ more_vert
{{ $strings.LabelFolder }}: {{ folderName }}
@@ -40,7 +40,7 @@
{{ $elapsedPretty(track.duration) }}
- more_vert
+ more_vert
@@ -66,7 +66,7 @@
{{ $elapsedPretty(episode.audioTrack.duration) }}
- more_vert
+ more_vert
diff --git a/pages/settings.vue b/pages/settings.vue
index 20133483..5c3c75ae 100644
--- a/pages/settings.vue
+++ b/pages/settings.vue
@@ -59,7 +59,7 @@
{{ $strings.LabelEnableMp3IndexSeeking }}
- info
+ info
@@ -76,7 +76,7 @@
{{ $strings.LabelDisableShakeToReset }}
-
info
+
info
{{ $strings.LabelShakeSensitivity }}
@@ -90,7 +90,7 @@
{{ $strings.LabelDisableAudioFadeOut }}
- info
+ info
@@ -98,14 +98,14 @@
{{ $strings.LabelDisableVibrateOnReset }}
- info
+ info
{{ $strings.LabelAutoSleepTimer }}
-
info
+
info
@@ -128,7 +128,7 @@
{{ $strings.LabelAutoSleepTimerAutoRewind }}
- info
+ info
{{ $strings.LabelAutoRewindTime }}
@@ -158,7 +158,7 @@
{{ $strings.LabelAndroidAutoBrowseLimitForGrouping }}
-
info
+
info
{{ $strings.LabelAndroidAutoBrowseSeriesSequenceOrder }}
diff --git a/static/fonts/MaterialIcons-Regular.ttf b/static/fonts/MaterialIcons-Regular.ttf
deleted file mode 100644
index 9d09b0fe..00000000
Binary files a/static/fonts/MaterialIcons-Regular.ttf and /dev/null differ
diff --git a/static/fonts/MaterialIconsOutlined-Regular.otf b/static/fonts/MaterialIconsOutlined-Regular.otf
deleted file mode 100644
index 9dad12bc..00000000
Binary files a/static/fonts/MaterialIconsOutlined-Regular.otf and /dev/null differ