mirror of
https://github.com/AntennaPod/AntennaPod.git
synced 2025-12-01 12:31:45 +00:00
Remove "inbox and unplayed" feed counter option (#6033)
This commit is contained in:
@ -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),
|
||||
|
||||
Reference in New Issue
Block a user