Update MainApp.java
removed console spam
This commit is contained in:
		@@ -47,7 +47,7 @@ public class MainApp {
 | 
				
			|||||||
                    cacheManager.saveCache(current);
 | 
					                    cacheManager.saveCache(current);
 | 
				
			||||||
                    lastPlayed[0] = current;
 | 
					                    lastPlayed[0] = current;
 | 
				
			||||||
                } else {
 | 
					                } else {
 | 
				
			||||||
                    System.out.println("⏳ No change — current track: " + current.getTitle());
 | 
					//                    System.out.println("⏳ No change — current track: " + current.getTitle());
 | 
				
			||||||
                }
 | 
					                }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
            } catch (Exception e) {
 | 
					            } catch (Exception e) {
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user