Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Multimedia
Elisa
Commits
36fcaa2b
Commit
36fcaa2b
authored
Oct 11, 2020
by
Fabian Baumanis
Committed by
Matthieu Gallien
Oct 11, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix "Nothing played" message when a file only with a title tag is played
BUG: 427289
parent
b4bacfc0
Pipeline
#37332
passed with stage
in 11 minutes and 4 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
src/qml/ContextView.qml
src/qml/ContextView.qml
+1
-0
No files found.
src/qml/ContextView.qml
View file @
36fcaa2b
...
@@ -33,6 +33,7 @@ FocusScope {
...
@@ -33,6 +33,7 @@ FocusScope {
readonly
property
bool
nothingPlaying
:
albumName
.
length
===
0
readonly
property
bool
nothingPlaying
:
albumName
.
length
===
0
&&
artistName
.
length
===
0
&&
artistName
.
length
===
0
&&
albumArtUrl
.
toString
.
length
===
0
&&
albumArtUrl
.
toString
.
length
===
0
&&
title
.
length
===
0
&&
fileUrl
.
toString
.
length
===
0
&&
fileUrl
.
toString
.
length
===
0
TrackContextMetaDataModel
{
TrackContextMetaDataModel
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment