We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 69d54c8 + 2a904d5 commit d0c2ce4Copy full SHA for d0c2ce4
src/jsx/components/playlistApp/PlaylistInfoBar.jsx
@@ -64,7 +64,8 @@ class PlaylistInfoBar extends Component {
64
* well together. At least, the code is easy to understand.
65
*/
66
67
- const playlistEndDate = dateEnd && count ? dayjs(dateEnd) : null
+ const playlistEndDate = dateEnd &&
68
+ (count || playerStatus.playlist_entry) ? dayjs(dateEnd) : null
69
const karaokeEndDate = dateStop ? dayjs(dateStop) : null
70
71
let dateEndWidget
0 commit comments