address yausername change
This commit is contained in:
parent
5bab9d9fc0
commit
cf99107745
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ public class PeertubeStreamLinkHandlerFactory extends LinkHandlerFactory {
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public boolean onAcceptUrl(final String url) throws FoundAdException {
|
public boolean onAcceptUrl(final String url) throws FoundAdException {
|
||||||
if (url.contains("playlist")) return false;
|
if (url.contains("/playlist/")) return false;
|
||||||
try {
|
try {
|
||||||
getId(url);
|
getId(url);
|
||||||
return true;
|
return true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue