Option to delete episode after playback

Fixes #498
This commit is contained in:
Sam Whited 2015-01-18 19:53:53 -05:00
parent 2d68f025d7
commit 7f02e1b187
2 changed files with 5 additions and 3 deletions

View File

@ -39,13 +39,13 @@
android:defaultValue="false"
android:enabled="true"
android:key="prefAutoDelete"
android:summary="Delete epidsode when playback completes"
android:title="Delete On Finish"/>
android:summary="@string/pref_auto_delete_sum"
android:title="@string/pref_auto_delete_title"/>
<Preference
android:key="prefPlaybackSpeedLauncher"
android:summary="@string/pref_playback_speed_sum"
android:title="@string/pref_playback_speed_title" />
<CheckBoxPreference
android:defaultValue="false"
android:enabled="true"

View File

@ -206,6 +206,8 @@
<string name="flattr_label">Flattr</string>
<string name="pref_pauseOnHeadsetDisconnect_sum">Pause playback when the headphones are disconnected</string>
<string name="pref_followQueue_sum">Jump to next queue item when playback completes</string>
<string name="pref_auto_delete_sum">Delete episode when playback completes</string>
<string name="pref_auto_delete_title">Auto Delete</string>
<string name="playback_pref">Playback</string>
<string name="network_pref">Network</string>
<string name="pref_autoUpdateIntervall_title">Update interval</string>