Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
courville committed Dec 17, 2023
1 parent 3e280ec commit d4bf040
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/com/archos/mediaprovider/video/VideoStoreImportImpl.java
Original file line number Diff line number Diff line change
Expand Up @@ -706,8 +706,6 @@ private static int getLocalCount (ContentResolver cr) {
} catch (Exception e) {
log.error("getLocalCount: exception while moving to next cursor row!", e);
break;
} finally {
if (c != null) c.close();
}
}
return result;
Expand Down

0 comments on commit d4bf040

Please sign in to comment.