Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Open sidebar
Sublime Music
Sublime Music
Commits
0ba6beef
Verified
Commit
0ba6beef
authored
Feb 12, 2020
by
Senan Kelly
Browse files
Join from root dir when creating default art path
parent
defb4e11
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
sublime/cache_manager.py
sublime/cache_manager.py
+1
-1
No files found.
sublime/cache_manager.py
View file @
0ba6beef
...
...
@@ -879,7 +879,7 @@ class CacheManager(metaclass=Singleton):
if
id
is
None
:
art_path
=
'ui/images/default-album-art.png'
return
CacheManager
.
Result
.
from_data
(
str
(
Path
(
__file__
).
joinpath
(
art_path
)
Path
(
__file__
).
parent
.
joinpath
(
art_path
)
))
return
self
.
return_cached_or_download
(
f
'cover_art/
{
id
}
_
{
size
}
'
,
...
...
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