Skip to content
Snippets Groups Projects
Commit 4d626ae8 authored by Nicolas Pomepuy's avatar Nicolas Pomepuy Committed by Geoffrey Métais
Browse files

Fix `copy to clipboard` ctx action cloning `Scan this folder`

Fixes #1060
parent 4d15600b
No related branches found
No related tags found
1 merge request!273Infoactivity fixes
Pipeline #10023 failed with stage
in 3 minutes and 28 seconds
......@@ -165,7 +165,7 @@ const val CTX_PICK_SUBS = 1 shl 22
const val CTX_VIDEO_TRACK = 1 shl 23
const val CTX_DOWNLOAD_SUBTITLES_PLAYER = 1 shl 24
const val CTX_ADD_SCANNED = 1 shl 25
const val CTX_COPY = 1 shl 25
const val CTX_COPY = 1 shl 26
const val CTX_VIDEO_FLAGS = CTX_APPEND or CTX_PLAY_NEXT or CTX_DELETE or CTX_DOWNLOAD_SUBTITLES or CTX_INFORMATION or CTX_PLAY_ALL or CTX_PLAY_AS_AUDIO or CTX_ADD_TO_PLAYLIST
const val CTX_TRACK_FLAGS = CTX_APPEND or CTX_PLAY_NEXT or CTX_DELETE or CTX_INFORMATION or CTX_PLAY_ALL or CTX_ADD_TO_PLAYLIST or CTX_SET_RINGTONE
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment