Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
VideoLAN
medialibrary
Commits
91f9dc0b
Commit
91f9dc0b
authored
Oct 09, 2015
by
Hugo Beauzée-Luyssen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
FsDiscoverer: Fix detection of new files in root folders
parent
1ce85038
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
src/discoverer/FsDiscoverer.cpp
src/discoverer/FsDiscoverer.cpp
+1
-0
No files found.
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
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