diff --git a/app/library/Utils.py b/app/library/Utils.py
index bc606284..b3e61ec1 100644
--- a/app/library/Utils.py
+++ b/app/library/Utils.py
@@ -779,7 +779,7 @@ def get_files(base_path: str, dir: str | None = None):
return []
contents: list = []
- for file in pathlib.Path(dir_path).iterdir():
+ for file in dir_path.iterdir():
if file.name.startswith(".") or file.name.startswith("_"):
continue
diff --git a/ui/pages/presets.vue b/ui/pages/presets.vue
index cf2cd821..d5fd477e 100644
--- a/ui/pages/presets.vue
+++ b/ui/pages/presets.vue
@@ -23,7 +23,7 @@ div.is-centered {
@@ -37,7 +37,7 @@ div.is-centered {
@@ -56,9 +56,9 @@ div.is-centered {
-
-
-
+
+
+
-
-
-
@@ -104,13 +104,14 @@ div.is-centered {
+
-
-
-
-
-
-
-
-
-
-
-
- When you export preset, it doesn't include Cookies field for security reasons.
-
-
- If you have created a global config/ytdlp.cli file, it will be appended to your exported
- preset
- Command options for yt-dlp field for better
- compatibility
- and completeness.
-
-
-
+
+
+
+
+
-
+
+
+
+
+
+
+ When you export preset, it doesn't include Cookies field for security reasons.
+
+
+ If you have created a global config/ytdlp.cli file, it will be appended to your exported
+ preset
+ Command options for yt-dlp field for better
+ compatibility
+ and completeness.
+