Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Multimedia
Kdenlive
Commits
8b8687d8
Commit
8b8687d8
authored
Sep 16, 2022
by
Ondrej Popp
Browse files
Fixed thumbnail cache not being rebuilt anymore in "Show video preview in thumbnails" mode
parent
3153e6d8
Pipeline
#233007
passed with stage
in 22 minutes and 57 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/jobs/cachetask.cpp
View file @
8b8687d8
...
...
@@ -97,7 +97,7 @@ void CacheTask::generateThumbnail(std::shared_ptr<ProjectClip> binClip)
void
CacheTask
::
run
()
{
if
(
m_isCanceled
||
!
pCore
->
taskManager
.
isBlocked
())
{
if
(
m_isCanceled
||
pCore
->
taskManager
.
isBlocked
())
{
pCore
->
taskManager
.
taskDone
(
m_owner
.
second
,
this
);
return
;
}
...
...
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