Move media directory under cast

This commit is contained in:
hensm
2019-03-19 11:24:39 +00:00
parent 10bcf7a0d9
commit e3c9df8568
30 changed files with 19 additions and 19 deletions

View File

@@ -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 => {