mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-13 19:31:46 +00:00
fix: add workaround for podcast type video (#1362)
This commit is contained in:
@ -217,6 +217,17 @@ export interface PlayabilityStatus {
|
||||
audioOnlyPlayability: AudioOnlyPlayability;
|
||||
miniplayer: Miniplayer;
|
||||
contextParams: string;
|
||||
transportControlsConfig?: TransportControlsConfig;
|
||||
}
|
||||
|
||||
type ReplaceDefaultType = {
|
||||
replaceDefault: boolean,
|
||||
};
|
||||
|
||||
export interface TransportControlsConfig {
|
||||
seekForwardStatus: ReplaceDefaultType;
|
||||
seekBackwardStatus: ReplaceDefaultType;
|
||||
playbackRateStatus: ReplaceDefaultType;
|
||||
}
|
||||
|
||||
export interface AudioOnlyPlayability {
|
||||
|
||||
Reference in New Issue
Block a user