Added missing wrongLicense string

This commit is contained in:
RemixDev 2021-07-27 12:48:27 +02:00
parent 0ecd03e114
commit 19e87e90e9
1 changed files with 2 additions and 1 deletions

View File

@ -128,7 +128,8 @@ const en = {
notAvailable: "Track not available on Deezer's servers!", notAvailable: "Track not available on Deezer's servers!",
notAvailableNoAlternative: "Track not available on Deezer's servers and no alternative found!", notAvailableNoAlternative: "Track not available on Deezer's servers and no alternative found!",
noSpaceLeft: 'No space left on the device!', noSpaceLeft: 'No space left on the device!',
albumDoesntExists: "Track's album doesn't exist, failed to gather info" albumDoesntExists: "Track's album doesn't exist, failed to gather info",
wrongLicense: "Your account can't stream the track at the desired bitrate"
} }
}, },
favorites: { favorites: {