File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
AnkiDroid/src/main/java/com/ichi2/libanki Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ open class Media(
100100 // FIXME: this also provides trash count, but UI can not handle it yet
101101 fun check (): MediaCheckResult {
102102 val out = col.backend.checkMedia()
103- return MediaCheckResult (out .missingList, out .unusedList, listOf (), out .missingMediaNotesList)
103+ return MediaCheckResult (out .missingList, out .unusedList, out .missingMediaNotesList)
104104 }
105105
106106 /* *
@@ -143,6 +143,5 @@ fun getCollectionMediaPath(collectionPath: String): String = collectionPath.repl
143143data class MediaCheckResult (
144144 val missingFileNames : List <String >,
145145 val unusedFileNames : List <String >,
146- val invalidFileNames : List <String >,
147146 val missingMediaNotes : List <Long >,
148147)
You can’t perform that action at this time.
0 commit comments