Some lil fixes + select best MPB based on video track duration

This commit is contained in:
Joris Bertomeu
2025-08-26 14:09:00 +02:00
parent 1851ca9241
commit 424f2e9c52
3 changed files with 344 additions and 75 deletions

View File

@@ -142,7 +142,7 @@
<i class="fas fa-server"></i> CrawlFlix Server
</label>
<input type="text" id="crawlFlixUrl" class="form-control"
placeholder="http://localhost:4200" value="http://localhost:4200">
placeholder="http://localhost:4200" value="http://192.168.1.230:6080/">
</div>
</div>
<div class="col-md-6">
@@ -237,7 +237,7 @@
<div class="col-12">
<label for="crawlFlixUrlCK" class="form-label">CrawlFlix Server</label>
<input type="text" id="crawlFlixUrlCK" class="form-control form-control-sm"
placeholder="http://localhost:4200" value="http://localhost:4200">
placeholder="http://localhost:4200" value="http://192.168.1.230:6080/">
</div>
</div>