浏览代码

Added a few more things to the player debug box

Kristian Vos 4 年之前
父节点
当前提交
25557133bb
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      frontend/src/pages/Station/index.vue

+ 4 - 0
frontend/src/pages/Station/index.vue

@@ -431,6 +431,10 @@
 		<floating-box id="playerDebugBox" ref="playerDebugBox">
 			<template #body>
 				<span><b>YouTube id</b>: {{ currentSong.songId }}</span>
+				<span><b>Duration</b>: {{ currentSong.duration }}</span>
+				<span
+					><b>Skip duration</b>: {{ currentSong.skipDuration }}</span
+				>
 				<span><b>Can autoplay</b>: {{ canAutoplay }}</span>
 				<span
 					><b>Attempts to play video</b>: