mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2025-04-11 13:42:29 -04:00
To protect users privacy, TwUp has been placed after SNDUp in audio services list
This commit is contained in:
parent
a67a5e6264
commit
45f23a4c8a
@ -67,8 +67,8 @@ class audioUploader(object):
|
|||||||
|
|
||||||
def get_available_services(self):
|
def get_available_services(self):
|
||||||
services = []
|
services = []
|
||||||
services.append("TwUp")
|
|
||||||
services.append("SNDUp")
|
services.append("SNDUp")
|
||||||
|
services.append("TwUp")
|
||||||
return services
|
return services
|
||||||
|
|
||||||
def on_pause(self, *args, **kwargs):
|
def on_pause(self, *args, **kwargs):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user