Skip to content

Commit

Permalink
Fix loading IV playlists (#4680)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChunkyProgrammer authored Feb 16, 2024
1 parent a8fa7e6 commit fb724a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/views/Playlist/Playlist.js
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ export default defineComponent({
const dateString = new Date(result.updated * 1000)
this.lastUpdated = dateString.toLocaleDateString(this.currentLocale, { year: 'numeric', month: 'short', day: 'numeric' })

this.allPlaylistItems = result.videos
this.playlistItems = result.videos

this.isLoading = false
}).catch((err) => {
Expand Down

0 comments on commit fb724a6

Please sign in to comment.