Changeset 681
- Timestamp:
- 10/04/08 17:23:56 (3 months ago)
- Files:
-
- trunk/SapphireFrappliance/SapphireAppliance.m (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/SapphireFrappliance/SapphireAppliance.m
r677 r681 53 53 return; 54 54 [[cls sharedInstance] enableFeatureNamed: [[NSBundle bundleForClass: self] bundleIdentifier]]; 55 [[ BRPreferencessharedFrontRowPreferences] setBool:YES forKey:@"AllowAllVideoToPlay"]; //Workaround 2.2.55 [[SapphireFrontRowCompat sharedFrontRowPreferences] setBool:YES forKey:@"AllowAllVideoToPlay"]; //Workaround 2.2. 56 56 } 57 57
