Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
VideoLAN
medialibrary
Commits
74d33606
Commit
74d33606
authored
Dec 29, 2017
by
Hugo Beauzée-Luyssen
Browse files
MediaLibrary: forceRescan: Clear the cache before recreating default artists
parent
c1b9bb57
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/MediaLibrary.cpp
View file @
74d33606
...
...
@@ -1098,8 +1098,8 @@ void MediaLibrary::forceRescan()
VideoTrack
::
deleteAll
(
this
);
AudioTrack
::
deleteAll
(
this
);
File
::
resetParsing
(
this
);
Artist
::
createDefaultArtists
(
getConn
()
);
clearCache
();
Artist
::
createDefaultArtists
(
getConn
()
);
t
->
commit
();
}
if
(
m_parser
!=
nullptr
)
...
...
Hugo Beauzée-Luyssen
@chouquette
mentioned in commit
7761e96e
·
Dec 29, 2017
mentioned in commit
7761e96e
mentioned in commit 7761e96ee819330f2875f90874db703f2cf6a9e2
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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