10711072107310741075107610771078107910801081
keys = _podcastItems.keySet(); iter = keys.iterator(); while (iter.hasNext()) { item = _podcastItems.get(iter.next()); item.writeToDisk(); } } /** * Load the playlists from the playlist directory into the playlist list.