timheuer / taglib-sharp-portable

.NET Portable Class Library implementation of TagLib# (forked from TagLib# main project)
Other
58 stars 33 forks source link

ReadStream is assigned to WriteStream #29

Open fillobotto opened 6 years ago

fillobotto commented 6 years ago

This bug makes impossible to edit any file. The read mode stream is being assigned also to the write mode stream field.

https://github.com/timheuer/taglib-sharp-portable/blob/master/src/TagLib.Shared/TagLib/StreamFileAbstraction.cs#L30