kakone / GoogleCast

Implementation of the Google Cast protocol (.NET Standard 2.0 library)
GNU General Public License v3.0
143 stars 22 forks source link

Cannot set metadata #16

Closed marufbd closed 6 years ago

marufbd commented 6 years ago

Setting metadata throws exception:

var mediaInfo = new MediaInformation
                        {
                            ContentId = link,
                            ContentType = mimeType,
                            StreamType = StreamType.Buffered,
                            Metadata = new GenericMediaMetadata
                            {
                                Title = "Sample",
                                Subtitle = "subtitle",
                                Images = new[]
                                {
                                    new Image{Url = thumbUrl}
                                }
                            }
                        };
kakone commented 6 years ago

Fixed in version 1.6.5.

marufbd commented 6 years ago

Nice work! Thanks.

On Mon, 17 Sep. 2018, 6:50 am Stéphane Mitermite, notifications@github.com wrote:

Fixed in version 1.6.5 https://www.nuget.org/packages/GoogleCast/1.6.5.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/kakone/GoogleCast/issues/16#issuecomment-421831105, or mute the thread https://github.com/notifications/unsubscribe-auth/AAkQzSDPQuuvmhKZD_ERQ1GVT8kFPHWrks5ubrmVgaJpZM4WpZai .