Skip to content

Commit

Permalink
Update constants.py
Browse files Browse the repository at this point in the history
fixed alphabetical order...
  • Loading branch information
ChristophCaina committed Mar 27, 2023
1 parent f53d1ee commit 11a3091
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions androidtv/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -406,8 +406,8 @@ class DeviceEnum(IntEnum):
APP_DISNEY_PLUS_HOTSTAR = "in.startv.hotstar"
APP_DS_PHOTO = "com.synology.dsphoto"
APP_DS_VIDEO = "com.synology.dsvideo"
APP_ES_FILE_EXPLORER = "com.estrongs.android.pop"
APP_EMBY = "tv.emby.embyatv"
APP_ES_FILE_EXPLORER = "com.estrongs.android.pop"
APP_FACEBOOK = "com.facebook.katana"
APP_FAWESOME = "com.future.moviesByFawesomeAndroidTV"
APP_FIREFOX = "org.mozilla.tv.firefox"
Expand Down Expand Up @@ -510,8 +510,8 @@ class DeviceEnum(IntEnum):
APP_DISNEY_PLUS_HOTSTAR: "Disney+ Hotstar",
APP_DS_PHOTO: "DS photo",
APP_DS_VIDEO: "DS video",
APP_ES_FILE_EXPLORER: "ES File Explorer",
APP_EMBY: "Emby",
APP_ES_FILE_EXPLORER: "ES File Explorer",
APP_FACEBOOK: "Facebook Watch",
APP_FAWESOME: "Fawsome",
APP_FIREFOX: "Firefox",
Expand Down

0 comments on commit 11a3091

Please sign in to comment.