Remove "inbox and unplayed" feed counter option (#6033)

This commit is contained in:
Erik Johnson
2022-09-10 05:06:32 -05:00
committed by GitHub
parent a63948ec6d
commit 539d0c928d
6 changed files with 11 additions and 10 deletions

View File

@ -1,7 +1,6 @@
package de.danoeh.antennapod.model.feed;
public enum FeedCounter {
SHOW_NEW_UNPLAYED_SUM(0),
SHOW_NEW(1),
SHOW_UNPLAYED(2),
SHOW_NONE(3),