4 lines
107 B
JavaScript
Raw Normal View History

2023-02-08 12:37:55 +01:00
export default {
2023-09-22 22:36:18 +02:00
selectedVideo: { tracks: [], parent: { title: "", covers: {} } },
2023-02-08 12:37:55 +01:00
mostViewed: []
}