This commit is contained in:
Ignacio Serantes
2026-05-03 13:31:48 +02:00
parent 28b120c9e9
commit 8025bef8d3
6 changed files with 654 additions and 227 deletions

View File

@@ -20,7 +20,8 @@ except ImportError:
from utils import preserve_mtime
from constants import RATING_XATTR_NAME, XATTR_NAME
from constants import RATING_XATTR_NAME, XATTR_NAME, UITexts
logger = logging.getLogger(__name__)