JeevanJames / Id3

Library to read, modify and write ID3 & Lyrics3 tags in MP3 files. Provides an extensible framework for retrieving ID3 information from online services.
Apache License 2.0
41 stars 17 forks source link

Update TextEncodingHelper.cs #62

Open cr1st0ph3r opened 2 years ago

cr1st0ph3r commented 2 years ago

Some of my songs are throwing an error on the method GetString because the method GetSplitStrings is calling it with an empty string array. I tried opening the same files on another ID3 programs and the files open just fine. While not sure why this is happening, preventing the method from processing the empty string mitigates the problem. image_2022-03-10_232428