remove superfluous vars and chaptermodel

This commit is contained in:
Toni Förster
2023-12-03 20:04:57 +01:00
parent 982dca1846
commit aa5d6733b2
2 changed files with 4 additions and 11 deletions

View File

@@ -131,8 +131,7 @@ final class PlayerModel: ObservableObject {
@Default(.rotateToLandscapeOnEnterFullScreen) private var rotateToLandscapeOnEnterFullScreen
#endif
@Published var playedChapters: [Int] = []
@Published var currentChapterIndex: Int?
@Published var currentChapter: Int?
var accounts: AccountsModel { .shared }
var comments: CommentsModel { .shared }