Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Jamal Dahbur
libcloudstorage
Commits
e2ae3453
Commit
e2ae3453
authored
Feb 07, 2018
by
Paweł Wegner
Browse files
cloudbrowser: fixed media player warning.
parent
a3e19780
Changes
1
Hide whitespace changes
Inline
Side-by-side
bin/cloudbrowser/qml/MediaPlayer.qml
View file @
e2ae3453
...
...
@@ -63,7 +63,7 @@ Kirigami.Page {
function
update_notification
()
{
if
(
item
.
type
===
"
audio
"
||
item
.
type
===
"
video
"
)
platform
.
showPlayerNotification
(
playing
,
item
.
filename
,
item_page
.
label
);
platform
.
showPlayerNotification
(
playing
,
item
.
filename
,
item_page
?
item_page
.
label
:
""
);
else
platform
.
hidePlayerNotification
();
}
...
...
Write
Preview
Supports
Markdown
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