Skip to content

Commit

Permalink
Preserving another property required for watch page
Browse files Browse the repository at this point in the history
  • Loading branch information
boggydigital committed Aug 17, 2024
1 parent c447970 commit 849c071
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cli/scrub_ended_properties.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ var preserveVideoProperties = []string{
data.VideoFavoriteProperty, // required for cleanup
data.VideoDownloadCompletedProperty, // required for cleanup
data.VideoDownloadCleanedUpProperty, // required for cleanup
data.VideoExternalChannelIdProperty, // required for watch
}

func ScrubEndedPropertiesHandler(_ *url.URL) error {
Expand Down

0 comments on commit 849c071

Please sign in to comment.