()
| 82 | } |
| 83 | |
| 84 | public static MediaCache getLocalLibrary() { |
| 85 | if (LOCAL_LIBRARY == null) { |
| 86 | LOCAL_LIBRARY = new MediaCache(); |
| 87 | LOCAL_LIBRARY.readLibraryFromDisk(); |
| 88 | } |
| 89 | return LOCAL_LIBRARY; |
| 90 | |
| 91 | } |
| 92 | |
| 93 | private void cleanup() { |
| 94 | cleanup(nameLookup); |
no test coverage detected