fix(Spotify - Unlock Premium): Remove wrongfully hidden non ad browse sections (#5403)

This commit is contained in:
Nuckyz
2025-07-11 12:38:33 -03:00
committed by GitHub
parent c9cc3d5c41
commit b3e6c215cc
2 changed files with 8 additions and 6 deletions

View File

@@ -2,7 +2,5 @@ package com.spotify.browsita.v1.resolved;
public final class Section {
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_;
}