diff --git a/Limelight/Database/TemporaryHost.m b/Limelight/Database/TemporaryHost.m index 334368f..7e95416 100644 --- a/Limelight/Database/TemporaryHost.m +++ b/Limelight/Database/TemporaryHost.m @@ -14,6 +14,12 @@ @implementation TemporaryHost +- (id) init { + self.appList = [[NSMutableSet alloc] init]; + + return self; +} + - (id) initFromHost:(Host*)host { self = [self init];