diff --git a/src/app/images/icons/external-daum-potplayer-icon.png b/src/app/images/icons/external-daum-potplayer-icon.png new file mode 100644 index 00000000..4fbe353d Binary files /dev/null and b/src/app/images/icons/external-daum-potplayer-icon.png differ diff --git a/src/app/lib/device/ext-player.js b/src/app/lib/device/ext-player.js index b76d1b95..ca4f1f76 100644 --- a/src/app/lib/device/ext-player.js +++ b/src/app/lib/device/ext-player.js @@ -169,6 +169,18 @@ switches: '', subswitch: '--set-subtitle ', fs: '--action window/enter-fs' + }, + 'PotPlayerMini': { + type: 'DAUM-PotPlayer', + switches: '', + subswitch: '', + fs: '' + }, + 'PotPlayerMini64': { + type: 'DAUM-PotPlayer', + switches: '', + subswitch: '', + fs: '' } };