Skip to content

Commit 4c8cfc8

Browse files
authored
fix(Spotify): Remove other ads type from the browse screen (#5333)
1 parent 0ba6fad commit 4c8cfc8

File tree

1 file changed

+2
-0
lines changed
  • extensions/spotify/stub/src/main/java/com/spotify/browsita/v1/resolved

1 file changed

+2
-0
lines changed

extensions/spotify/stub/src/main/java/com/spotify/browsita/v1/resolved/Section.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,7 @@
22

33
public final class Section {
44
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;
57
public int sectionTypeCase_;
68
}

0 commit comments

Comments
 (0)