Skip to content

Commit

Permalink
Also change function name.
Browse files Browse the repository at this point in the history
  • Loading branch information
devoxin committed Dec 25, 2023
1 parent ba95d4e commit 314b078
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ protected <T> T routeFromShorts(Routes<T> routes, String url) {
return routeFromUrlWithVideoId(routes, urlInfo.path.substring(8), urlInfo);
}

protected <T> T routeFromLivePath(Routes<T> routes, String url) {
protected <T> T routeFromLive(Routes<T> routes, String url) {
UrlInfo urlInfo = getUrlInfo(url, true);
return routeFromUrlWithVideoId(routes, urlInfo.path.substring(6), urlInfo);
}
Expand Down

0 comments on commit 314b078

Please sign in to comment.