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
91f9dc0b
Commit
91f9dc0b
authored
Oct 09, 2015
by
Hugo Beauzée-Luyssen
Browse files
FsDiscoverer: Fix detection of new files in root folders
parent
1ce85038
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/discoverer/FsDiscoverer.cpp
View file @
91f9dc0b
...
...
@@ -65,6 +65,7 @@ void FsDiscoverer::reload()
if
(
folder
->
lastModificationDate
()
==
f
->
lastModificationDate
()
)
continue
;
checkSubfolders
(
folder
.
get
(),
f
);
checkFiles
(
folder
.
get
(),
f
);
f
->
setLastModificationDate
(
folder
->
lastModificationDate
()
);
}
}
...
...
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