Skip to content

Commit f085517

Browse files
author
Chris Bellew
committed
Don't use strict xml parsing for Genre. This was causing movie playback to fail on newer versions of PMS. Version bump (1.9.3)
1 parent 4bdcd11 commit f085517

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Voice Control For Plex/src/main/AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
33
xmlns:tools="http://schemas.android.com/tools"
44
package="com.atomjack.vcfp"
5-
android:versionCode="27"
6-
android:versionName="1.9.1" >
5+
android:versionCode="29"
6+
android:versionName="1.9.3" >
77

88
<uses-permission android:name="com.mohammadag.googlesearchapi.permission.ACCESS_GGOGLE_SEARCH_API" />
99
<uses-permission android:name="android.permission.INTERNET" />

Voice Control For Plex/src/main/java/com/atomjack/vcfp/model/PlexVideo.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ public PlexVideo[] newArray(int size) {
139139
}
140140

141141

142-
142+
@Root(strict=false)
143143
class Genre implements Parcelable {
144144
@Attribute
145145
public String tag;

0 commit comments

Comments
 (0)