Skip to content

Commit

Permalink
Merge pull request #351 from Lezek123/member-only-error-fix
Browse files Browse the repository at this point in the history
members-only content error: handle changed message
  • Loading branch information
Lezek123 authored Jan 2, 2025
2 parents 1707ff0 + 5f9e4eb commit 96f924b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/syncProcessing/ContentDownloadService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ export class ContentDownloadService {
{ message: 'The downloaded file is empty', code: VideoUnavailableReasons.EmptyDownload },
{ message: 'This video is private', code: VideoUnavailableReasons.Private },
{ message: 'removed by the uploader', code: VideoUnavailableReasons.Private },
{ message: 'Join this channel to get access to members-only content', code: VideoUnavailableReasons.Private },
{ message: 'members-only content', code: VideoUnavailableReasons.Private },
{ message: 'size cap for historical videos', code: VideoUnavailableReasons.Skipped },
{ message: 'Offline', code: VideoUnavailableReasons.LiveOffline },
{ message: 'This live event will begin in a few moments', code: VideoUnavailableReasons.LiveOffline },
Expand Down

0 comments on commit 96f924b

Please sign in to comment.