File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed
Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<addon
33 id =" pvr.vbox"
4- version =" 20.4.0 "
4+ version =" 20.4.1 "
55 name =" VBox TV Gateway PVR Client"
66 provider-name =" Sam Stenvall" >
77 <requires >@ADDON_DEPENDS@</requires >
Original file line number Diff line number Diff line change 1+ v20.4.1
2+ - Set default timeshift path correctly
3+
14v20.4.0
25- Add support for multiple backends
36- Remove skip intial EPG, no longer required in Kodi Nexus
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ void InstanceSettings::ReadSettings()
3131
3232 m_setChannelIdUsingOrder = kodi::addon::GetSettingEnum<vbox::ChannelOrder>(" set_channelid_using_order" , CH_ORDER_BY_LCN);
3333 m_timeshiftEnabled = kodi::addon::GetSettingBoolean (" timeshift_enabled" , false );
34- m_timeshiftBufferPath = kodi::addon::GetSettingString (" timeshift_path" , " " );
34+ m_timeshiftBufferPath = kodi::addon::GetSettingString (" timeshift_path" , " special://userdata/addon_data/pvr.vbox " );
3535}
3636
3737ADDON_STATUS InstanceSettings::SetSetting (const std::string& settingName, const kodi::addon::CSettingValue& settingValue)
You can’t perform that action at this time.
0 commit comments