Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
medialibrary
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
32
Issues
32
List
Boards
Labels
Milestones
Merge Requests
3
Merge Requests
3
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
VideoLAN
medialibrary
Commits
e6be63aa
Commit
e6be63aa
authored
Dec 26, 2017
by
Hugo Beauzée-Luyssen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MediaLibrary: For a full rescan as part of 6 to 7 migration
parent
aec7f3d4
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
src/MediaLibrary.cpp
src/MediaLibrary.cpp
+3
-0
No files found.
src/MediaLibrary.cpp
View file @
e6be63aa
...
...
@@ -789,6 +789,9 @@ InitializeResult MediaLibrary::updateDatabaseModel( unsigned int previousVersion
{
if
(
migrateModel6to7
()
==
false
)
throw
std
::
logic_error
(
"Failed to migrate from 6 to 7"
);
// Force a rescan to solve metadata analysis problems.
// The insertion is fixed, but won't edit already inserted data.
forceRescan
();
previousVersion
=
7
;
}
// To be continued in the future!
...
...
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