mirror of
				https://github.com/zoriya/Kyoo.git
				synced 2025-11-04 03:27:14 -05:00 
			
		
		
		
	Merging with master
This commit is contained in:
		
						commit
						c44272a098
					
				
							
								
								
									
										1
									
								
								.github/workflows/build.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								.github/workflows/build.yml
									
									
									
									
										vendored
									
									
								
							@ -36,7 +36,6 @@ jobs:
 | 
			
		||||
            brew install ffmpeg
 | 
			
		||||
          else
 | 
			
		||||
            # sudo add-apt-repository -y "deb http://azure.archive.ubuntu.com/ubuntu groovy main multiverse restricted universe"
 | 
			
		||||
            # sudo apt-get update -y
 | 
			
		||||
            sudo apt-get update 
 | 
			
		||||
            sudo apt-get install -y libavutil-dev libavcodec-dev libavformat-dev
 | 
			
		||||
          fi
 | 
			
		||||
 | 
			
		||||
@ -1 +1 @@
 | 
			
		||||
Subproject commit ef7b22523d9f7f55a4b385ab1565f421c2212dae
 | 
			
		||||
Subproject commit a3da5f1e6edb982e3b71792a7ea6fcd45661c337
 | 
			
		||||
@ -51,7 +51,7 @@ namespace Kyoo.Api
 | 
			
		||||
		{
 | 
			
		||||
			string extension = null;
 | 
			
		||||
			
 | 
			
		||||
			if (slug.Count(x => x == '.') == 2)
 | 
			
		||||
			if (slug.Count(x => x == '.') == 3)
 | 
			
		||||
			{
 | 
			
		||||
				int idx = slug.LastIndexOf('.');
 | 
			
		||||
				extension = slug[(idx + 1)..];
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user