Remove spaces
This commit is contained in:
parent
a10fe7501f
commit
1aded32019
@ -425,12 +425,12 @@ static NSString *const playbackRate = @"rate";
|
|||||||
|
|
||||||
- (void)setPlayInBackground:(BOOL)playInBackground
|
- (void)setPlayInBackground:(BOOL)playInBackground
|
||||||
{
|
{
|
||||||
_playInBackground = playInBackground;
|
_playInBackground = playInBackground;
|
||||||
}
|
}
|
||||||
|
|
||||||
- (void)setPlayWhenInactive:(BOOL)playWhenInactive
|
- (void)setPlayWhenInactive:(BOOL)playWhenInactive
|
||||||
{
|
{
|
||||||
_playWhenInactive = playWhenInactive;
|
_playWhenInactive = playWhenInactive;
|
||||||
}
|
}
|
||||||
|
|
||||||
- (void)setPaused:(BOOL)paused
|
- (void)setPaused:(BOOL)paused
|
||||||
|
Loading…
Reference in New Issue
Block a user