nextNoteVault #23
@ -232,7 +232,7 @@ public class SongSyncRepository {
 | 
			
		||||
                                    outdatedNoteSheets.add(noteSheet);
 | 
			
		||||
                                } else {
 | 
			
		||||
                                    boolean foundNoteSheet = false;
 | 
			
		||||
                                    for(NoteSheet noteSheet : outdatedNoteSheets) {
 | 
			
		||||
                                    for(NoteSheet noteSheet : noteSheets) {
 | 
			
		||||
                                        if(remoteNoteSheet.getServer_filename().equals(noteSheet.getServerFileName())) {
 | 
			
		||||
                                            foundNoteSheet = true;
 | 
			
		||||
                                            if(!remoteNoteSheet.getHash().equals(noteSheet.getHash())) {
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user