[Android] Remote access: fix video list description
Nicolas Pomepuy
git at videolan.org
Wed Feb 28 10:33:47 UTC 2024
vlc-android | branch: master | Nicolas Pomepuy <nicolas at videolabs.io> | Mon Feb 12 10:06:08 2024 +0100| [51fd54f681c7cb379607c53a63adcdae393d1c28] | committer: Nicolas Pomepuy
Remote access: fix video list description
> https://code.videolan.org/videolan/vlc-android/commit/51fd54f681c7cb379607c53a63adcdae393d1c28
---
buildsystem/network-sharing-server/src/components/MediaItem.vue | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/buildsystem/network-sharing-server/src/components/MediaItem.vue b/buildsystem/network-sharing-server/src/components/MediaItem.vue
index 98936257c9..18f8137e07 100644
--- a/buildsystem/network-sharing-server/src/components/MediaItem.vue
+++ b/buildsystem/network-sharing-server/src/components/MediaItem.vue
@@ -110,7 +110,7 @@ export default {
},
getDescription() {
if (this.mediaType == 'video') {
- return `${this.$readableDuration(this.media.length)} · ${this.media.resolution}`
+ return `${this.$readableDuration(this.media.length)}`
} else {
if (this.isCard && this.media.artist == " ") return '\xa0'
return this.media.artist
More information about the Android
mailing list