Files
NotifyMusic/notifymusicprefs/nmpRootListController.m
Gil Shahar c24879880b Updated for Version 1.2
-Added iOS 9 support
-Added preference pane to disable the tweak on the lockscreen and displaying album name as the title of the banner
-Added support to the folowing apps: SoundCloud, Saavn, VOX, Doppi and Tidal.
2017-02-25 18:30:58 +02:00

14 wiersze
236 B
Objective-C

#include "nmpRootListController.h"
@implementation nmpRootListController
- (NSArray *)specifiers {
if (!_specifiers) {
_specifiers = [[self loadSpecifiersFromPlistName:@"Root" target:self] retain];
}
return _specifiers;
}
@end