mirror of
https://github.com/JustinZeus/Wholphin.git
synced 2026-07-09 16:11:20 +02:00
Add option to delete media (#1014)
## Description Adds a setting to enable "Media management" which adds a context menu item to delete media. This is accessible using either the More button or long clicking. You can delete episodes, seasons, series and movies/videos. If order for the option to appear the current user must have server-side settings for "Allow media deletion from" enabled for the library and the in-app setting under Settings->Advanced Settings->"Show media management options". ### Related issues Closes #104 ### Testing Emulator ## Screenshots ### Context menu  ### Confirmation  ## AI or LLM usage None
This commit is contained in:
parent
0b73b4cf64
commit
8935067c5a
19 changed files with 597 additions and 53 deletions
|
|
@ -62,13 +62,13 @@ class WholphinApplication :
|
|||
.penaltyDeathOnNetwork()
|
||||
.build(),
|
||||
)
|
||||
StrictMode.setVmPolicy(
|
||||
StrictMode.VmPolicy
|
||||
.Builder()
|
||||
.detectAll()
|
||||
.penaltyLog()
|
||||
.build(),
|
||||
)
|
||||
// StrictMode.setVmPolicy(
|
||||
// StrictMode.VmPolicy
|
||||
// .Builder()
|
||||
// .detectAll()
|
||||
// .penaltyLog()
|
||||
// .build(),
|
||||
// )
|
||||
}
|
||||
OkHttp.initialize(this)
|
||||
initAcra {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue