Make Deezer/Deezloader transitions smoother

This commit is contained in:
nathom 2021-07-28 21:41:21 -07:00
parent 96b15d9917
commit aac254516f
5 changed files with 1273 additions and 1253 deletions

2
rip/exceptions.py Normal file
View file

@ -0,0 +1,2 @@
class DeezloaderFallback(Exception):
pass