Skip to content
GitLab
Menu
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
38b26afc
Commit
38b26afc
authored
Aug 15, 2021
by
Jean-Baptiste Mardelle
Browse files
Fix cache param mistake
parent
a06e22ce
Pipeline
#75037
passed with stage
in 9 minutes and 9 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/utils/thumbnailcache.cpp
View file @
38b26afc
...
...
@@ -313,5 +313,5 @@ QStringList ThumbnailCache::getAudioKey(const QString &binId, bool *ok)
// static
QDir
ThumbnailCache
::
getDir
(
bool
audio
,
bool
*
ok
)
{
return
pCore
->
projectManager
()
->
cacheDir
(
audio
?
CacheAudio
:
CacheThumbs
,
ok
);
return
pCore
->
projectManager
()
->
cacheDir
(
audio
,
ok
);
}
Jacob Kauffmann
@jacobkauffmann
mentioned in issue
#1082 (closed)
·
Aug 16, 2021
mentioned in issue
#1082 (closed)
mentioned in issue #1082
Toggle commit list
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