diff --git a/app/src/main/java/com/nuvio/tv/data/local/WatchProgressPreferences.kt b/app/src/main/java/com/nuvio/tv/data/local/WatchProgressPreferences.kt index f8b4ce1f..3ec78613 100644 --- a/app/src/main/java/com/nuvio/tv/data/local/WatchProgressPreferences.kt +++ b/app/src/main/java/com/nuvio/tv/data/local/WatchProgressPreferences.kt @@ -179,6 +179,7 @@ class WatchProgressPreferences @Inject constructor( val type = object : TypeToken>() {}.type gson.fromJson(json, type) ?: emptyMap() } catch (e: Exception) { + android.util.Log.e("WatchProgressPrefs", "Failed to parse progress data", e) emptyMap() } }