From f9dcfe995a57d0d976435580ea8dc53a2a13a561 Mon Sep 17 00:00:00 2001 From: Kent Sutherland Date: Tue, 18 Nov 2003 01:41:20 +0000 Subject: [PATCH] Added the network library source to the remote and to show up in the status window. Just need an icon now. --- iTunesRemote.m | 3 +++ 1 file changed, 3 insertions(+) diff --git a/iTunesRemote.m b/iTunesRemote.m index 3253f45..78df8a9 100755 --- a/iTunesRemote.m +++ b/iTunesRemote.m @@ -179,6 +179,9 @@ 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; -- 2.20.1