Added media type specials, closes #60

This commit is contained in:
Rhet Turnbull
2020-03-08 12:52:44 -07:00
parent 1f8fd6e929
commit 15d7ad538d
8 changed files with 372 additions and 21 deletions

View File

@@ -13,6 +13,9 @@ import os.path
# TODO: Should this also use compatibleBackToVersion from LiGlobals?
_TESTED_DB_VERSIONS = ["6000", "4025", "4016", "3301", "2622"]
# only version 3 - 4 have RKVersion.selfPortrait
_PHOTOS_3_VERSION = "3301"
# versions later than this have a different database structure
_PHOTOS_5_VERSION = "6000"