music: see if hls is faster for playback
This commit is contained in:
		
							parent
							
								
									eb78747d36
								
							
						
					
					
						commit
						58ae0b999d
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -230,7 +230,7 @@ async function enqueue({
 | 
			
		|||
    length = info?.duration * 1000;
 | 
			
		||||
    thumbnail = info?.thumbnailUrl;
 | 
			
		||||
 | 
			
		||||
    media = info?.audioStreams?.sort((a, b) => a.bitrate - b.bitrate)?.[0]?.url;
 | 
			
		||||
    media = info?.hls;
 | 
			
		||||
  } else if (type == "sc") {
 | 
			
		||||
    if (url?.startsWith("sc:"))
 | 
			
		||||
      url = url.replace(/^sc:/, "https://soundcloud.com/");
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue