Change image sort, thumbnails first

This commit is contained in:
2022-12-28 22:14:10 +01:00
parent feda1f6cb4
commit 8bd2635c28
3 changed files with 21 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
from ram.utils import git_suffix
__version__ = "0.0.21"
__version__ = "0.0.22"
__version__ += git_suffix(__file__)