Fix DEV_SIMULATE_REMOTE_SEEK targetTime routing in background.js and add build identifier

This commit is contained in:
Timo
2026-07-02 12:57:58 +02:00
parent 01762b0c2f
commit beda924b65
3 changed files with 18 additions and 6 deletions
+4
View File
@@ -699,6 +699,10 @@
<button id="remoteSeekBack" class="secondary" style="flex:1; font-size:12px;">-30s</button>
<button id="remoteSeekForward" class="secondary" style="flex:1; font-size:12px;">+30s</button>
</div>
<button id="remoteSeekFiveMin" class="secondary" style="width:100%; font-size:12px; margin-bottom:15px;">Seek 5:00</button>
<div style="font-size:10px; color:var(--text-muted); text-align:center; margin-top:10px; opacity:0.7;">
Build: <span id="buildIdentifier">__BUILD_TIMESTAMP__</span>
</div>
</div>
<script src="popup.js" type="module"></script>