SCARTAL
c75cdc60bc
Unnecessary async function
...
`is_privileged()` function does not contain any asynchronous code therefore being an async function does not effect performance.
And it's been called across the code without the `await` keyword causing `RuntimeWarning: coroutine 'Music.is_privileged' was never awaited` error.
2023-04-21 17:54:21 +03:30
SCARTAL
2461cbb831
port must be int
2023-04-21 17:43:18 +03:30
cloudwithax
14ba273d35
fix event tracks
2023-03-13 19:37:29 -04:00
cloudwithax
4f86e44fec
fix formatting
2023-03-11 10:41:46 -05:00
NiceAesth
987de07fc5
feat: add typing; add makefile; add pipfile
2023-03-11 15:45:09 +02:00
NiceAesth
c5ca63b014
feat: add close to clients; style: formatting pass
2023-03-10 15:35:41 +02:00
cloudwithax
14c82c1b56
wrap up apple music, v2 is done
2023-02-05 22:51:56 -05:00
cloudwithax
c1a9d7603f
manually sync out of date changes into v2
2023-02-05 13:27:43 -05:00
AakashS
da2c854c7c
Update advanced.py
2022-01-08 10:34:26 +05:30
AakashS
3d659208db
Update advanced.py
2022-01-08 00:10:38 +05:30
cloudwithax
3ef98104ce
Update advanced example to include more commands
2021-12-13 18:04:40 -05:00
cloudwithax
d6186cb20d
Forgot to call start_nodes in advanced example
2021-12-13 17:48:29 -05:00
cloudwithax
360889e048
Fixed attribute semantics
2021-11-11 17:31:44 -05:00
cloudwithax
11e4a34a96
Added original spotify track to pomice.Track as an attribute
2021-11-11 17:13:34 -05:00
vveeps
046f5413bb
make example a bit cleaner
2021-10-31 20:09:14 +02:00
Clxud
93653f33ec
forgot to await some funcs
2021-10-31 13:22:01 -04:00
cloudwithax
ea6c2baf3c
Fix examples to better reflect changes in library
2021-10-17 17:21:24 -04:00
cloudwithax
a6ffce0215
Added examples and updated README
2021-10-17 12:07:29 -04:00