Code parity between libraries
This commit is contained in:
parent
e4f677e6b4
commit
2e7c5c4e65
|
@ -53,12 +53,14 @@ ErrorMessages = {
|
|||
'notEncodedNoAlternative': "Track not yet encoded and no alternative found!",
|
||||
'wrongBitrate': "Track not found at desired bitrate.",
|
||||
'wrongBitrateNoAlternative': "Track not found at desired bitrate and no alternative found!",
|
||||
'wrongLicense': "Your account can't stream the track at the desired bitrate",
|
||||
'wrongLicense': "Your account can't stream the track at the desired bitrate.",
|
||||
'no360RA': "Track is not available in Reality Audio 360.",
|
||||
'notAvailable': "Track not available on deezer's servers!",
|
||||
'notAvailableNoAlternative': "Track not available on deezer's servers and no alternative found!",
|
||||
'noSpaceLeft': "No space left on target drive, clean up some space for the tracks",
|
||||
'albumDoesntExists': "Track's album does not exsist, failed to gather info"
|
||||
'albumDoesntExists': "Track's album does not exsist, failed to gather info.",
|
||||
'notLoggedIn': "You need to login to download tracks.",
|
||||
'wrongGeolocation': "Your account can't stream the track from your current country."
|
||||
}
|
||||
|
||||
class DownloadFailed(DownloadError):
|
||||
|
|
Loading…
Reference in New Issue