mirror of
				https://github.com/TeamNewPipe/NewPipe
				synced 2025-10-30 23:03:00 +00:00 
			
		
		
		
	Remove unused code
This commit is contained in:
		| @@ -44,7 +44,6 @@ class AppDatabaseTest { | ||||
|             insert( | ||||
|                 "streams", SQLiteDatabase.CONFLICT_FAIL, | ||||
|                 ContentValues().apply { | ||||
|                     // put("uid", null) | ||||
|                     put("service_id", DEFAULT_SERVICE_ID) | ||||
|                     put("url", DEFAULT_URL) | ||||
|                     put("title", DEFAULT_TITLE) | ||||
| @@ -57,27 +56,14 @@ class AppDatabaseTest { | ||||
|             insert( | ||||
|                 "streams", SQLiteDatabase.CONFLICT_FAIL, | ||||
|                 ContentValues().apply { | ||||
|                     // put("uid", null) | ||||
|                     put("service_id", DEFAULT_SECOND_SERVICE_ID) | ||||
|                     put("url", DEFAULT_SECOND_URL) | ||||
|                     // put("title", null) | ||||
|                     // put("stream_type", null) | ||||
|                     // put("duration", null) | ||||
|                     // put("uploader", null) | ||||
|                     // put("thumbnail_url", null) | ||||
|                 } | ||||
|             ) | ||||
|             insert( | ||||
|                 "streams", SQLiteDatabase.CONFLICT_FAIL, | ||||
|                 ContentValues().apply { | ||||
|                     // put("uid", null) | ||||
|                     put("service_id", DEFAULT_SERVICE_ID) | ||||
|                     // put("url", null) | ||||
|                     // put("title", null) | ||||
|                     // put("stream_type", null) | ||||
|                     // put("duration", null) | ||||
|                     // put("uploader", null) | ||||
|                     // put("thumbnail_url", null) | ||||
|                 } | ||||
|             ) | ||||
|             close() | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 TobiGr
					TobiGr