ziplayer 0.3.5 → 0.3.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -67,6 +67,7 @@ export interface Track {
67
67
  source: string;
68
68
  metadata?: Record<string, any>;
69
69
  isLive?: boolean;
70
+ author?: string;
70
71
  }
71
72
 
72
73
  /**
@@ -199,6 +200,7 @@ export interface PlayerOptions {
199
200
  quality?: "high" | "low";
200
201
  selfDeaf?: boolean;
201
202
  selfMute?: boolean;
203
+ group?: string;
202
204
  /**
203
205
  * Timeout in milliseconds for plugin operations (search, streaming, etc.)
204
206
  * to prevent long-running tasks from blocking the player.