FIXME: Duplicate NoteSheets
This commit is contained in:
parent
75ae569a55
commit
6f6e9a3b10
@ -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