Removed server test code
This commit is contained in:
@@ -5,18 +5,9 @@ import gi
|
||||
gi.require_version('Gtk', '3.0')
|
||||
from gi.repository import Gtk
|
||||
|
||||
import mpv
|
||||
|
||||
from .app import LibremsonicApp
|
||||
from .server import Server
|
||||
|
||||
|
||||
def main():
|
||||
server = Server('ohea', 'https://airsonic.the-evans.family', 'sumner',
|
||||
'O}/UieSb[nzZ~l[X1S&zzX1Hi')
|
||||
|
||||
print(server.ping())
|
||||
# print(server.search2('The Band Perry'))
|
||||
stream = server.download(740)
|
||||
# app = LibremsonicApp()
|
||||
# app.run(sys.argv)
|
||||
app = LibremsonicApp()
|
||||
app.run(sys.argv)
|
||||
|
Reference in New Issue
Block a user