Started work on dailymotion implementation. Looks like HLS player will be required for this.
This commit is contained in:
parent
2a3740dece
commit
336c746ba7
3 changed files with 33 additions and 8 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue