mirror of
				https://framagit.org/tom79/fedilab-tube
				synced 2025-06-05 21:09:11 +02:00 
			
		
		
		
	Some fixes
This commit is contained in:
		@@ -26,7 +26,7 @@ import app.fedilab.fedilabtube.client.entities.PlaylistElement;
 | 
			
		||||
import app.fedilab.fedilabtube.client.entities.Relationship;
 | 
			
		||||
import app.fedilab.fedilabtube.client.entities.Status;
 | 
			
		||||
 | 
			
		||||
@SuppressWarnings("unused")
 | 
			
		||||
@SuppressWarnings({"unused", "RedundantSuppression"})
 | 
			
		||||
public class APIResponse {
 | 
			
		||||
 | 
			
		||||
    private List<Account> accounts = null;
 | 
			
		||||
 
 | 
			
		||||
@@ -70,7 +70,7 @@ import app.fedilab.fedilabtube.sqlite.AccountDAO;
 | 
			
		||||
import app.fedilab.fedilabtube.sqlite.Sqlite;
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
@SuppressWarnings("unused")
 | 
			
		||||
@SuppressWarnings({"unused", "RedundantSuppression"})
 | 
			
		||||
public class HttpsConnection {
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -920,6 +920,7 @@ public class PeertubeAPI {
 | 
			
		||||
     * @param accountId String account fetched
 | 
			
		||||
     * @return Account entity
 | 
			
		||||
     */
 | 
			
		||||
    @SuppressWarnings({"unused", "RedundantSuppression"})
 | 
			
		||||
    public Account getAccount(String accountId) {
 | 
			
		||||
 | 
			
		||||
        account = new Account();
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user