Fix video options being cut off

This commit is contained in:
WardPearce
2025-04-04 15:43:06 +13:00
parent e577ca2bba
commit 42657c26a3
7 changed files with 20 additions and 10 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ import os
import re
from datetime import datetime
LATEST_VERSION = "1.7.18"
LATEST_VERSION = "1.7.19"
RELEASE_DATE = datetime.now().strftime("%Y-%-m-%d") # Format: YYYY-M-D
WORKING_DIR = os.path.join(os.path.dirname(os.path.realpath(__file__)), "materialious")