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