+- (int)numberOfSources
+{
+ return -1;
+}
+
+- (int)numberOfSongsInPlaylistAtIndex:(int)index
+{
+ return -1;
+}
+
+- (ITMTRemotePlayerSource)currentSource
+{
+ return ITMTRemoteLibrarySource;
+}
+
+- (int)currentSourceIndex
+{
+ return -1;
+}
+
+- (ITMTRemotePlayerPlaylistClass)currentPlaylistClass
+{
+ return ITMTRemotePlayerLibraryPlaylist;
+}
+