Changeset 677

Show
Ignore:
Timestamp:
10/03/08 19:41:00 (3 months ago)
Author:
gbooker
Message:

Yet another workaround for 2.2. Now BRVideoPlayerController needs to be changed to BRMediaPlayerController, in a compatible way

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/SapphireFrappliance/SapphireAppliance.m

    r530 r677  
    5353                return; 
    5454        [[cls sharedInstance] enableFeatureNamed: [[NSBundle bundleForClass: self] bundleIdentifier]]; 
     55        [[BRPreferences sharedFrontRowPreferences] setBool:YES forKey:@"AllowAllVideoToPlay"];  //Workaround 2.2. 
    5556} 
    5657