update Download state enum list in plugin

dbus-notify
Zlatin Balevsky 2022-03-31 03:54:07 +01:00
parent 6bbbb13996
commit 01d3bac416
No known key found for this signature in database
GPG Key ID: A72832072D525E41
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@ public class EnumStrings {
DOWNLOAD_STATES.put(Downloader.DownloadState.HASHLIST, _x("Hash List"));
DOWNLOAD_STATES.put(Downloader.DownloadState.HOPELESS, _x("Hopeless"));
DOWNLOAD_STATES.put(Downloader.DownloadState.PAUSED, _x("Paused"));
DOWNLOAD_STATES.put(Downloader.DownloadState.REJECTED, _x("Rejected"));
}
public static final Map<BrowseStatus, String> BROWSE_STATES =