Skip to content

Commit

Permalink
Fix no sources error on the watch page (#3019)
Browse files Browse the repository at this point in the history
  • Loading branch information
absidue authored Jan 2, 2023
1 parent 05e45d4 commit 47613d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/views/Watch/Watch.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export default Vue.extend({
},
data: function () {
return {
isLoading: false,
isLoading: true,
firstLoad: true,
useTheatreMode: false,
showDashPlayer: true,
Expand Down

0 comments on commit 47613d8

Please sign in to comment.