summaryrefslogtreecommitdiff
path: root/src/test.py
blob: e75baa370b1e7f4082a61df815d838c5bf437baf (plain)
1
2
3
4
5
from ampache.ampache import AmpacheClient

my_ampache = AmpacheClient('https://music.silosneeded.com', '4dee7fe5554cf581a3f69ea023ea378a', '532000')
album = my_ampache.get_album(4724)
print(album)