Fix loading IV playlists (#4680)

This commit is contained in:
ChunkyProgrammer 2024-02-16 01:29:38 -05:00 committed by GitHub
parent a8fa7e6a2c
commit fb724a67c5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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) => {