mirror of
				https://github.com/TeamPiped/Piped.git
				synced 2025-11-03 22:21:55 +00:00 
			
		
		
		
	fix: respect preference for dearrow
This commit is contained in:
		@@ -543,6 +543,7 @@ const mixin = {
 | 
			
		||||
            }
 | 
			
		||||
        },
 | 
			
		||||
        fetchDeArrowContent(videoIds) {
 | 
			
		||||
            if (!this.getPreferenceBoolean("dearrow", false)) return {};
 | 
			
		||||
            return this.fetchJson(this.apiUrl() + "/dearrow", {
 | 
			
		||||
                videoIds: videoIds.join(","),
 | 
			
		||||
            });
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user