android: GameDatabase: Fix typo in rebase.

This commit is contained in:
bunnei 2020-05-01 23:57:29 -04:00 committed by xperia64
parent e0f1bf98aa
commit a64f531ba3

View File

@ -161,7 +161,7 @@ public final class GameDatabase extends SQLiteOpenHelper {
new String[]{Long.toString(folderCursor.getLong(COLUMN_DB_ID))}); new String[]{Long.toString(folderCursor.getLong(COLUMN_DB_ID))});
} }
addGamesRecursive(database, folder, 1); addGamesRecursive(database, folder, allowedExtensions, 3);
} }
fileCursor.close(); fileCursor.close();