Skip to content

Commit

Permalink
'#2351 Removes erroneous line
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickdalla committed Oct 26, 2024
1 parent 7b2f0bb commit 86a10ea
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ public static MediaType detectOnNodes(NSDictionary rootObj, Metadata metadata) {
if (archiver != null) {
if (archiver instanceof NSString) {
if (archiver.toString().toLowerCase().equals("nskeyedarchiver")) {
metadata.add(null, 0);
return NSKEYEDARCHIVER_PLIST;
}
}
Expand Down

0 comments on commit 86a10ea

Please sign in to comment.