Fix no sources error on the watch page (#3019)

This commit is contained in:
absidue 2023-01-02 03:03:21 +01:00 committed by GitHub
parent 05e45d43fe
commit 47613d8c37
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ export default Vue.extend({
},
data: function () {
return {
isLoading: false,
isLoading: true,
firstLoad: true,
useTheatreMode: false,
showDashPlayer: true,