Fix streaming over the external IP address when discovered via mDNS

This commit is contained in:
Cameron Gutman
2015-07-10 00:28:51 -07:00
parent 48d1c1a080
commit 935fb6ffe3
7 changed files with 27 additions and 10 deletions
+1
View File
@@ -20,5 +20,6 @@
@property (nonatomic, retain) NSString * mac;
@property (nonatomic) BOOL online;
@property (nonatomic) PairState pairState;
@property (nonatomic) NSString * activeAddress;
@end
+1
View File
@@ -19,5 +19,6 @@
@dynamic mac;
@dynamic pairState;
@synthesize online;
@synthesize activeAddress;
@end