()
| 403 | * @returns {boolean} True if URL starts with /playlist |
| 404 | */ |
| 405 | const isPlaylistPage = () => window.location.pathname.startsWith('/playlist') |
| 406 | |
| 407 | /** |
| 408 | * Logs messages to the console based on debug mode and log level. |
no outgoing calls
no test coverage detected