Track approximate last access time for remote media

This commit is contained in:
Erik Johnston 2016-06-29 11:41:20 +01:00
parent 7846ac3125
commit 314b146b2e
4 changed files with 71 additions and 1 deletions

View file

@ -25,7 +25,7 @@ logger = logging.getLogger(__name__)
# Remember to update this number every time a change is made to database
# schema files, so the users will be informed on server restarts.
SCHEMA_VERSION = 32
SCHEMA_VERSION = 33
dir_path = os.path.abspath(os.path.dirname(__file__))