Added the network library source to the remote and to show up in the
[MenuTunes.git] / 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;