diff --git a/android/app/src/main/java/com/audiobookshelf/app/player/PlayerNotificationService.kt b/android/app/src/main/java/com/audiobookshelf/app/player/PlayerNotificationService.kt index b7a096c7..4f42ce58 100644 --- a/android/app/src/main/java/com/audiobookshelf/app/player/PlayerNotificationService.kt +++ b/android/app/src/main/java/com/audiobookshelf/app/player/PlayerNotificationService.kt @@ -988,7 +988,7 @@ class PlayerNotificationService : MediaBrowserServiceCompat() { // // MEDIA BROWSER STUFF (ANDROID AUTO) // - private val VALID_MEDIA_BROWSERS = mutableListOf("com.audiobookshelf.app", "com.audiobookshelf.app.debug", "com.android.systemui", ANDROID_AUTO_PKG_NAME, ANDROID_AUTO_SIMULATOR_PKG_NAME, ANDROID_WEARABLE_PKG_NAME, ANDROID_GSEARCH_PKG_NAME, ANDROID_AUTOMOTIVE_PKG_NAME) + private val VALID_MEDIA_BROWSERS = mutableListOf("com.audiobookshelf.app", "com.audiobookshelf.app.debug", ANDROID_AUTO_PKG_NAME, ANDROID_AUTO_SIMULATOR_PKG_NAME, ANDROID_WEARABLE_PKG_NAME, ANDROID_GSEARCH_PKG_NAME, ANDROID_AUTOMOTIVE_PKG_NAME) private val AUTO_MEDIA_ROOT = "/" private val LIBRARIES_ROOT = "__LIBRARIES__" @@ -1015,7 +1015,7 @@ class PlayerNotificationService : MediaBrowserServiceCompat() { // No further calls will be made to other media browsing methods. null } else { - Log.d(tag, "Android Auto starting") + Log.d(tag, "Android Auto starting $clientPackageName $clientUid") isStarted = true // Reset cache if no longer connected to server or server changed diff --git a/assets/defaultStyles.css b/assets/defaultStyles.css index 027ccdf2..51d6b391 100644 --- a/assets/defaultStyles.css +++ b/assets/defaultStyles.css @@ -52,4 +52,16 @@ text-indent: 0px !important; text-align: start !important; text-align-last: start !important; -} \ No newline at end of file +} + +.default-style.less-spacing p { + margin-block-start: 0; +} + +.default-style.less-spacing ul { + margin-block-start: 0; +} + +.default-style.less-spacing ol { + margin-block-start: 0; +} diff --git a/pages/item/_id/index.vue b/pages/item/_id/index.vue index 41421e2a..ec39ec54 100644 --- a/pages/item/_id/index.vue +++ b/pages/item/_id/index.vue @@ -135,7 +135,7 @@
-

{{ description }}

+
{{ showFullDescription ? $strings.ButtonReadLess : $strings.ButtonReadMore }}