diff --git a/Traktable.xcodeproj/project.xcworkspace/xcuserdata/johan.xcuserdatad/UserInterfaceState.xcuserstate b/Traktable.xcodeproj/project.xcworkspace/xcuserdata/johan.xcuserdatad/UserInterfaceState.xcuserstate index 6438e18..6b7abf9 100644 Binary files a/Traktable.xcodeproj/project.xcworkspace/xcuserdata/johan.xcuserdatad/UserInterfaceState.xcuserstate and b/Traktable.xcodeproj/project.xcworkspace/xcuserdata/johan.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/Traktable/ITLibrary.m b/Traktable/ITLibrary.m index e163c17..54acdb5 100644 --- a/Traktable/ITLibrary.m +++ b/Traktable/ITLibrary.m @@ -19,10 +19,6 @@ @interface ITLibrary() - (id)init; - (void)checkTracks:(NSArray *)tracks; -<<<<<<< HEAD -======= -- (void)createDir:(NSString *)dir; ->>>>>>> 36d3320923f18ac9a8d3e894293a6ad9602a8cdb @property dispatch_queue_t queue; @property dispatch_group_t dispatchGroup; @@ -32,10 +28,6 @@ - (void)createDir:(NSString *)dir; @implementation ITLibrary @synthesize iTunesBridge; -<<<<<<< HEAD -======= -@synthesize dbQueue=_dbQueue; ->>>>>>> 36d3320923f18ac9a8d3e894293a6ad9602a8cdb @synthesize dbFilePath; @synthesize firstImport; @@ -44,19 +36,7 @@ - (id)init { self = [super init]; if (self) { -<<<<<<< HEAD iTunesBridge = [SBApplication applicationWithBundleIdentifier:@"com.apple.iTunes"]; -======= - [self resetDb]; - } - - _dbQueue = [FMDatabaseQueue databaseQueueWithPath:dbFilePath]; - _queue = dispatch_queue_create("traktable.sync.queue", NULL); - _dispatchGroup = dispatch_group_create(); - - [self.dbQueue inDatabase:^(FMDatabase *db) { - FMResultSet *s = [db executeQuery:@"SELECT playedCount FROM library"]; ->>>>>>> 36d3320923f18ac9a8d3e894293a6ad9602a8cdb NSString *appSupportPath = [ITConstants applicationSupportFolder]; [ITUtil createDir:appSupportPath]; diff --git a/Traktable/QueueViewController.xib b/Traktable/QueueViewController.xib index 7f058c4..691949e 100644 --- a/Traktable/QueueViewController.xib +++ b/Traktable/QueueViewController.xib @@ -18,14 +18,14 @@ - + - + @@ -48,8 +48,8 @@ - - + + @@ -65,8 +65,8 @@ - - + +