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
1bf69135
Commit
1bf69135
authored
Oct 02, 2015
by
Hugo Beauzée-Luyssen
Browse files
Update the file before signaling it as updated
parent
16fdb28e
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/metadata_services/vlc/VLCThumbnailer.cpp
View file @
1bf69135
...
...
@@ -261,7 +261,7 @@ bool VLCThumbnailer::compress(uint8_t* buff, FilePtr file, void *data)
#error FIXME
#endif
m_cb
->
done
(
file
,
StatusSuccess
,
data
);
file
->
setSnapshot
(
path
);
m_cb
->
done
(
file
,
StatusSuccess
,
data
);
return
true
;
}
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