Skip to content

Commit e9460dd

Browse files
authored
Merge pull request #353 from Lezek123/members-level-error-handling
Error handling: "This video is available to this channel's members (...)"
2 parents ca56f74 + 6915c2d commit e9460dd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/services/syncProcessing/ContentDownloadService.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,7 @@ export class ContentDownloadService {
231231
{ message: 'This video is private', code: VideoUnavailableReasons.Private },
232232
{ message: 'removed by the uploader', code: VideoUnavailableReasons.Private },
233233
{ message: 'members-only content', code: VideoUnavailableReasons.Private },
234+
{ message: "This video is available to this channel's members on level", code: VideoUnavailableReasons.Private },
234235
{ message: 'size cap for historical videos', code: VideoUnavailableReasons.Skipped },
235236
{ message: 'Offline', code: VideoUnavailableReasons.LiveOffline },
236237
{ message: 'This live event will begin in a few moments', code: VideoUnavailableReasons.LiveOffline },

0 commit comments

Comments
 (0)