From d74be1780de7d6a77f8a36411904917c6e88ce54 Mon Sep 17 00:00:00 2001 From: andrewlewis Date: Mon, 13 Sep 2021 09:35:19 +0100 Subject: [PATCH] Fix issue ref PiperOrigin-RevId: 396303288 --- RELEASENOTES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 052b568b7d..244f05ecab 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -27,7 +27,7 @@ * Better handle invalid seek requests. Seeks to positions that are before the start or after the end of the media are now handled as seeks to the start and end respectively - ([8906](https://github.com/google/ExoPlayer/issues/8906)). + ([#8906](https://github.com/google/ExoPlayer/issues/8906)). * Extractors: * Support TS packets without PTS flag ([#9294](https://github.com/google/ExoPlayer/issues/9294)).