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

Is there a way to make Google Cast replay media continously? #11

Closed TriStarGod closed 6 years ago

TriStarGod commented 6 years ago

Media A - starts Media A - ends Media A - starts ... etc

kakone commented 6 years ago

Yes, I just added the QueueLoadmethod in the 1.6 version :

await mediaChannel.QueueLoadAsync(RepeatMode.RepeatSingle, new Media() { ContentId = "..." });