Fixed incorrect live stream start in date.

This commit is contained in:
ArabCoders 2024-01-20 12:53:56 +03:00
parent 5717b806b4
commit 46cd19f5d1

View file

@ -91,7 +91,7 @@
<div class="columns is-mobile is-multiline">
<div class="column is-12" v-if="item.live_in">
<span class="has-text-info">
LIVE stream is scheduled to start at {{ moment(item.datetime).format() }}
LIVE stream is scheduled to start at {{ moment(item.live_in).format() }}
</span>
</div>
<div class="column is-12" v-if="item.error">