- commit
- 7370c46466f394e085a6d12cf9f87a001468b63d
- parent
- 1821d268fb93d7d6a8dd23f323c18340a43c182a
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2026-04-25 10:21
update test data
Diffstat
| M | quickstream/providers/soundcloud.py | 2 | +- |
1 files changed, 1 insertions, 1 deletions
diff --git a/quickstream/providers/soundcloud.py b/quickstream/providers/soundcloud.py
@@ -39,7 +39,7 @@ async def get_streams(client, trackinfo): 39 39 'id': 62986583, 40 40 'url': 'https://soundcloud.com/ethmusic/lostin-powers-she-so-heavy', 41 41 'title': 'Lostin Powers - She so Heavy (SneakPreview) Adrian Ackers Blueprint 1', # noqa42 -1 'duration': 143.216,-1 42 'duration': 143.206, 43 43 }, 44 44 }) 45 45 async def soundcloud_track(client, url, uploader, id):