mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-12 02:29:59 +00:00
Improve SDK log message format
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
import { v4 as uuid } from "uuid";
|
||||
|
||||
import logger from "../../lib/logger";
|
||||
import { Logger } from "../../lib/logger";
|
||||
|
||||
import eventMessaging from "../pageMessenging";
|
||||
import { convertSupportedMediaCommandsFlags } from "../utils";
|
||||
@@ -30,6 +30,8 @@ import Media, {
|
||||
NS_MEDIA
|
||||
} from "./media/Media";
|
||||
|
||||
const logger = new Logger("fx_cast [sdk :: cast.Session]");
|
||||
|
||||
/**
|
||||
* Takes a media object and a media status object and merges the status
|
||||
* with the existing media object, updating it with new properties.
|
||||
|
||||
Reference in New Issue
Block a user