fix(Spotify): Remove other ads type from the browse screen (#5333)
This commit is contained in:
parent
0ba6fad33f
commit
4c8cfc8800
1 changed files with 2 additions and 0 deletions
|
|
@ -2,5 +2,7 @@ package com.spotify.browsita.v1.resolved;
|
||||||
|
|
||||||
public final class Section {
|
public final class Section {
|
||||||
public static final int BRAND_ADS_FIELD_NUMBER = 6;
|
public static final int BRAND_ADS_FIELD_NUMBER = 6;
|
||||||
|
public static final int PROMOTION_V1_FIELD_NUMBER = 3;
|
||||||
|
public static final int PROMOTION_V3_FIELD_NUMBER = 5;
|
||||||
public int sectionTypeCase_;
|
public int sectionTypeCase_;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue