mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-12 10:39:57 +00:00
Improve SDK log message format
This commit is contained in:
@@ -3,8 +3,6 @@
|
||||
import { v4 as uuid } from "uuid";
|
||||
|
||||
import { Logger } from "../../../lib/logger";
|
||||
const logger = new Logger("fx_cast [sdk :: cast.Media]");
|
||||
|
||||
import { getEstimatedTime } from "../../utils";
|
||||
import type { SenderMediaMessage } from "../types";
|
||||
|
||||
@@ -34,6 +32,8 @@ import {
|
||||
} from "./classes";
|
||||
import { PlayerState, RepeatMode } from "./enums";
|
||||
|
||||
const logger = new Logger("fx_cast [sdk :: cast.Media]");
|
||||
|
||||
export const NS_MEDIA = "urn:x-cast:com.google.cast.media";
|
||||
|
||||
type MediaMessageCallback = (
|
||||
|
||||
Reference in New Issue
Block a user