File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
src/main/java/app/revanced/extension/spotify/misc
stub/src/main/java/com/spotify/browsita/v1/resolved Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -106,7 +106,9 @@ private static class OverrideAttribute {
106
106
* response which delivers browse sections.
107
107
*/
108
108
private static final List <Integer > REMOVED_BROWSE_SECTIONS = List .of (
109
- com .spotify .browsita .v1 .resolved .Section .BRAND_ADS_FIELD_NUMBER
109
+ com .spotify .browsita .v1 .resolved .Section .BRAND_ADS_FIELD_NUMBER ,
110
+ com .spotify .browsita .v1 .resolved .Section .PROMOTION_V1_FIELD_NUMBER ,
111
+ com .spotify .browsita .v1 .resolved .Section .PROMOTION_V3_FIELD_NUMBER
110
112
);
111
113
112
114
/**
Original file line number Diff line number Diff line change 2
2
3
3
public final class Section {
4
4
public static final int BRAND_ADS_FIELD_NUMBER = 6 ;
5
+ public static final int PROMOTION_V1_FIELD_NUMBER = 3 ;
6
+ public static final int PROMOTION_V3_FIELD_NUMBER = 5 ;
5
7
public int sectionTypeCase_ ;
6
8
}
You can’t perform that action at this time.
0 commit comments