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
VideoLAN
medialibrary
Commits
e394a266
Commit
e394a266
authored
Feb 16, 2016
by
Hugo Beauzée-Luyssen
Browse files
AlbumTrack: Add missing field initialization
fix cid #65548
parent
dad9444e
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/AlbumTrack.cpp
View file @
e394a266
...
...
@@ -49,6 +49,8 @@ AlbumTrack::AlbumTrack( MediaLibraryPtr ml, int64_t mediaId, unsigned int trackN
:
m_ml
(
ml
)
,
m_id
(
0
)
,
m_mediaId
(
mediaId
)
,
m_artistId
(
0
)
,
m_genreId
(
0
)
,
m_trackNumber
(
trackNumber
)
,
m_albumId
(
albumId
)
,
m_discNumber
(
discNumber
)
...
...
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