diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 1e7099acc7..52a725e9af 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -98,6 +98,7 @@ - [Jxiced](https://github.com/Jxiced) - [Derek Huber](https://github.com/Derek4aty1) - [StableCrimson](https://github.com/StableCrimson) +- [hazemKrimi](https://github.com/hazemKrimi) - [diegoeche](https://github.com/diegoeche) - [Free O'Toole](https://github.com/freeotoole) - [TheBosZ](https://github.com/thebosz) diff --git a/src/controllers/playback/video/index.js b/src/controllers/playback/video/index.js index 47b91b67fb..2a6e246cb6 100644 --- a/src/controllers/playback/video/index.js +++ b/src/controllers/playback/video/index.js @@ -264,11 +264,7 @@ export default function (view) { LibraryMenu.setTitle(title); Events.trigger(document, EventType.VIDEO_TITLE_CHANGE, [ title ]); - const documentTitle = parentName || (item ? item.Name : null); - - if (documentTitle) { - document.title = documentTitle; - } + document.title = title; } let mouseIsDown = false;