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
4934c380
Verified
Commit
4934c380
authored
Feb 20, 2020
by
Sumner Evans
💬
Browse files
Don't update the device list on startup
parent
37fe8788
Pipeline
#119768125
passed with stages
in 12 minutes and 8 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
sublime/ui/player_controls.py
sublime/ui/player_controls.py
+0
-2
No files found.
sublime/ui/player_controls.py
View file @
4934c380
...
...
@@ -151,8 +151,6 @@ class PlayerControls(Gtk.ActionBar):
self
.
album_name
.
set_markup
(
''
)
self
.
artist_name
.
set_markup
(
''
)
self
.
update_device_list
()
# Set the Play Queue button popup.
if
hasattr
(
state
,
'play_queue'
):
play_queue_len
=
len
(
state
.
play_queue
)
...
...
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