Remove unused version which no longer parses due to type change (#8515)

Signed-off-by: Mike Major <mike_j_major@hotmail.com>
This commit is contained in:
Mike Major 2020-09-21 17:54:31 +01:00 committed by GitHub
parent 33db6b428f
commit d714c0e350
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -31,6 +31,5 @@ public class JsonPlaylists {
public @Nullable String playlistId;
public @Nullable String title;
public int trackCount;
public int version;
}
}