Skip to content
Snippets Groups Projects
Commit 51fd54f6 authored by Nicolas Pomepuy's avatar Nicolas Pomepuy
Browse files

Remote access: fix video list description

parent dc74966b
No related branches found
No related tags found
1 merge request!1848Remote access:dark theme
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment