Added the network library source to the remote and to show up in the
authorKent Sutherland <ksuther@ithinksw.com>
Tue, 18 Nov 2003 01:41:20 +0000 (01:41 +0000)
committerKent Sutherland <ksuther@ithinksw.com>
Tue, 18 Nov 2003 01:41:20 +0000 (01:41 +0000)
status window. Just need an icon now.

iTunesRemote.m

index 3253f45..78df8a9 100755 (executable)
         case 'kUnk':
         case 'kLib':
         case 'kShd':
+            ITDebugLog(@"Getting current source done. Source: Shared Library.");
+            return ITMTRemoteSharedLibrarySource;
+            break;
         default:
             ITDebugLog(@"Getting current source done. Source: Library.");
             return ITMTRemoteLibrarySource;