Move CastManager to cast/

This commit is contained in:
hensm
2022-04-18 02:47:10 +01:00
parent 61f9ff051d
commit 514b382344
5 changed files with 8 additions and 10 deletions

View File

@@ -9,7 +9,7 @@ import {
ReceiverSelectorMediaType
} from "../background/receiverSelector";
import CastManager from "../background/CastManager";
import CastManager from "../cast/CastManager";
interface LoadSenderOptions {
tabId: number;