Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Multimedia
Elisa
Commits
f7850cfe
Commit
f7850cfe
authored
Jan 27, 2022
by
Yerrey Dev
Browse files
Fix attempts to load track data with no QUrl
parent
fe5f08cb
Pipeline
#129420
passed with stage
in 3 minutes and 48 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/qml/ContextView.qml
View file @
f7850cfe
...
...
@@ -362,7 +362,7 @@ Kirigami.Page {
}
onTrackTypeChanged
:
{
if
(
ElisaApplication
.
musicManager
&&
trackType
!==
undefined
)
{
if
(
ElisaApplication
.
musicManager
&&
trackType
!==
undefined
&&
fileUrl
.
toString
().
length
!==
0
)
{
if
(
databaseId
!==
0
)
{
metaDataModel
.
initializeByIdAndUrl
(
trackType
,
databaseId
,
fileUrl
)
}
else
{
...
...
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