mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-12 10:39:57 +00:00
Move media directory under cast
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
"use strict";
|
||||
|
||||
import cast from "./cast";
|
||||
import media from "./media";
|
||||
|
||||
import { onMessage } from "./messageBridge";
|
||||
|
||||
@@ -13,7 +12,6 @@ if (!global.chrome) {
|
||||
}
|
||||
|
||||
global.chrome.cast = cast;
|
||||
global.chrome.cast.media = media;
|
||||
|
||||
|
||||
onMessage(message => {
|
||||
|
||||
Reference in New Issue
Block a user