Skip to content

Commit

Permalink
Fix restore obsolete setting
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeugma440 committed Nov 30, 2024
1 parent 8cf896b commit c9093e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ATL.unit-test/IO/HighLevel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ public void TagIO_RW_UpdateEmpty()
}
finally
{
ATL.Settings.DefaultTagsWhenNoMetadata = new MetaDataIOFactory.TagType[2] { MetaDataIOFactory.TagType.ID3V2, MetaDataIOFactory.TagType.NATIVE };
//ATL.Settings.DefaultTagsWhenNoMetadata = new MetaDataIOFactory.TagType[2] { MetaDataIOFactory.TagType.ID3V2, MetaDataIOFactory.TagType.NATIVE };
}
}

Expand Down

0 comments on commit c9093e0

Please sign in to comment.