mirror of
				https://github.com/TeamNewPipe/NewPipe
				synced 2025-10-30 23:03:00 +00:00 
			
		
		
		
	Option for download is redundant and thus removed when linkType is CHANNEL or PLAYLIST
This commit is contained in:
		| @@ -466,6 +466,11 @@ public class RouterActivity extends AppCompatActivity { | ||||
|             if (capabilities.contains(AUDIO)) { | ||||
|                 returnList.add(backgroundPlayer); | ||||
|             } | ||||
|             // download is redundant for linkType CHANNEL AND PLAYLIST (till playlist downloading is | ||||
|             // not supported ) | ||||
|             returnList.add(new AdapterChoiceItem(getString(R.string.download_key), | ||||
|                     getString(R.string.download), | ||||
|                     R.drawable.ic_file_download)); | ||||
|  | ||||
|         } else { | ||||
|             returnList.add(showInfo); | ||||
| @@ -478,10 +483,6 @@ public class RouterActivity extends AppCompatActivity { | ||||
|             } | ||||
|         } | ||||
|  | ||||
|         returnList.add(new AdapterChoiceItem(getString(R.string.download_key), | ||||
|                 getString(R.string.download), | ||||
|                 R.drawable.ic_file_download)); | ||||
|  | ||||
|         return returnList; | ||||
|     } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 camo0112
					camo0112