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
Honeypot
mopidy-youtube
Commits
48ba7ab5
Commit
48ba7ab5
authored
Jan 31, 2017
by
Fjen Undso
Browse files
fix typo
parent
5f8ecc42
Changes
1
Hide whitespace changes
Inline
Side-by-side
mopidy_youtube/backend.py
View file @
48ba7ab5
...
...
@@ -35,7 +35,7 @@ def set_cache(tracks):
y_id
=
':'
.
join
(
track
.
uri
.
split
(
':'
)[
1
:])
cache
[
y_id
]
=
track
cache_ids
.
append
(
y_id
)
if
len
(
cach_ids
)
>
cache_max
:
if
len
(
cach
e
_ids
)
>
cache_max
:
del
cache
[
cache_ids
[
0
]]
cache_ids
=
cache_ids
[
1
:]
...
...
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