[videoplayer] No external subs search for uPnP sources
commit11331488382c6f3ea450c53a0decc32484193c29
authorCrystalP <crystalp@kodi.tv>
Sun, 31 Mar 2024 00:43:33 +0000 (30 20:43 -0400)
committerCrystalP <crystalp@kodi.tv>
Sun, 31 Mar 2024 01:50:03 +0000 (30 21:50 -0400)
tree9bde10adbb50025e3c4a2e8d92798c70bb017dfa
parent122a3696a0b3d3144a0a151d283fe8a9e1f847d4
[videoplayer] No external subs search for uPnP sources

ScanForExternalSubtitles looks for external subtitles in the same directory as the played item but
that's not valid for uPnP items. The dynpath URL is not meant to be manipulated in any way, doing
so has undefined results dependent on the uPnP server implementation.
xbmc/cores/VideoPlayer/VideoPlayer.cpp