From f77818fa8844046a164bfdc3d9fe7b171b67ffee Mon Sep 17 00:00:00 2001 From: Paul Friederichsen Date: Wed, 26 Jul 2023 15:32:44 -0500 Subject: [PATCH] Remove old reference to "viewable application" in mime_enum_lookup --- hydrus/core/HydrusConstants.py | 1 - 1 file changed, 1 deletion(-) diff --git a/hydrus/core/HydrusConstants.py b/hydrus/core/HydrusConstants.py index 9f59bf38..732f3c8c 100644 --- a/hydrus/core/HydrusConstants.py +++ b/hydrus/core/HydrusConstants.py @@ -820,7 +820,6 @@ mime_enum_lookup = { 'application/hydrus-update-content' : APPLICATION_HYDRUS_UPDATE_CONTENT, 'application/hydrus-update-definitions' : APPLICATION_HYDRUS_UPDATE_DEFINITIONS, 'application' : APPLICATIONS, - 'viewable application' : VIEWABLE_APPLICATIONS, 'audio/mp4' : AUDIO_M4A, 'audio/mp3' : AUDIO_MP3, 'audio/ogg' : AUDIO_OGG,