mirror of
				https://github.com/JonasunderscoreJones/ZtereoMUSIC.git
				synced 2025-10-26 12:59:19 +01:00 
			
		
		
		
	change: rename networking shit
This commit is contained in:
		
							parent
							
								
									ccbd627e20
								
							
						
					
					
						commit
						19a106a3f9
					
				
					 2 changed files with 9 additions and 14 deletions
				
			
		|  | @ -1,14 +0,0 @@ | |||
| package codes.ztereohype.ztereomusic.api; | ||||
| 
 | ||||
| import java.io.DataOutputStream; | ||||
| import java.io.IOException; | ||||
| import java.net.HttpURLConnection; | ||||
| import java.net.URL; | ||||
| import java.util.HashMap; | ||||
| import java.util.Map; | ||||
| 
 | ||||
| public class Search { | ||||
|     public String getVideoUrl(String title) throws IOException { | ||||
|         return "WIP"; | ||||
|     } | ||||
| } | ||||
|  | @ -0,0 +1,9 @@ | |||
| package codes.ztereohype.ztereomusic.networking; | ||||
| 
 | ||||
| import java.io.IOException; | ||||
| 
 | ||||
| public class YoutubeSearch { | ||||
|     public String getVideoUrl(String title) throws IOException { | ||||
|         return "WIP"; | ||||
|     } | ||||
| } | ||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue