浏览代码

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";