Started work on dailymotion implementation. Looks like HLS player will be required for this.

This commit is contained in:
rainbow napkin 2025-05-06 23:35:12 -04:00
parent 2a3740dece
commit 336c746ba7
3 changed files with 33 additions and 8 deletions

View file

@ -88,7 +88,7 @@ class player{
//Otherwise
}else{
//If we have a raw-file compatible source
if(data.media.type == 'ia' || data.media.type == 'raw' || data.media.type == 'yt'){
if(data.media.type == 'ia' || data.media.type == 'raw' || data.media.type == 'yt' || data.media.type == 'dm'){
//Create a new raw file handler for it
this.mediaHandler = new rawFileHandler(client, this, data.media);
//Sync to time stamp