Browse Source

Added a few more things to the player debug box

Kristian Vos 4 years ago
parent
commit
25557133bb
1 changed files with 4 additions and 0 deletions
  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>: