mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Clicking on channel-name when casting zoff, join link opens up for 15seconds
This commit is contained in:
@@ -827,6 +827,9 @@ var List = {
|
|||||||
{
|
{
|
||||||
$("#channel-share-modal").modal("open");
|
$("#channel-share-modal").modal("open");
|
||||||
}
|
}
|
||||||
|
if(chromecastAvailable) {
|
||||||
|
castSession.sendMessage("urn:x-cast:zoff.me", {type: "showJoinInfo"});
|
||||||
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
generateSong: function(_song_info, transition, lazy, list, user, display, initial) {
|
generateSong: function(_song_info, transition, lazy, list, user, display, initial) {
|
||||||
|
|||||||
Reference in New Issue
Block a user