X-Git-Url: https://git.kaliko.me/?a=blobdiff_plain;f=sima%2Fmpdclient.py;h=1d86813b20538938d78c0db76d2070fe7736e8e4;hb=80142f3601c48b627eeb08b3685db230e4a8cefb;hp=539f8b83b62b37ac2f8e15f45a6528d585db903d;hpb=a2cfd0a9a7328d43d64ad127fc3c928dba1986d5;p=mpd-sima.git diff --git a/sima/mpdclient.py b/sima/mpdclient.py index 539f8b8..1d86813 100644 --- a/sima/mpdclient.py +++ b/sima/mpdclient.py @@ -32,7 +32,7 @@ from .lib.simastr import SimaStr from .utils.leven import levenshtein_ratio -class PlayerError(Exception): +class PlayerError(MPDError): """Fatal error in the player."""