Browse Source

Fixed accessibility for search results.

master
GRMrGecko 9 years ago
parent
commit
2d857bcf70
  1. 3
      Classes/YouView/Player/MGMResult.m
  2. 4
      Resources/YouView/YouView-Info.plist

3
Classes/YouView/Player/MGMResult.m

@ -68,7 +68,8 @@
return @"video";
}
- (NSString *)accessibilityDescription {
return @"";
NSDictionary *snippet = [item objectForKey:@"snippet"];
return [snippet objectForKey:@"title"];
}
- (NSDictionary *)item {
return item;

4
Resources/YouView/YouView-Info.plist

@ -66,7 +66,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.6</string>
<string>0.6.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
@ -81,7 +81,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>0.6</string>
<string>0.6.1</string>
<key>MGMGRBugsEmail</key>
<string>bugs@mrgeckosmedia.com</string>
<key>MGMGRContactEmail</key>

Loading…
Cancel
Save