소스 검색

VLCPlaybackInfoSubtitlesFetcherViewController: tvOS 11 apperance fix

(cherry picked from commit c8cd12295874cc181f5ac0d9c11ec6156fb2f00e)
Felix Paul Kühne 7 년 전
부모
커밋
eab4eadd6f
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      Apple-TV/Playback/Playback Info/VLCPlaybackInfoSubtitlesFetcherViewController.m

+ 1 - 0
Apple-TV/Playback/Playback Info/VLCPlaybackInfoSubtitlesFetcherViewController.m

@@ -31,6 +31,7 @@
     [super viewDidLoad];
 
     self.titleLabel.text = self.title;
+    self.tableView.backgroundColor = [UIColor clearColor];
 
     _osoFetcher = [[MDFOSOFetcher alloc] init];
     _osoFetcher.userAgentKey = @"VLSub 0.9";