diff --git a/CHANGELOG.md b/CHANGELOG.md
index 027c281d30f900c9ebd5b5a3b23fcbf8637a55e3..f39ee4145b3032b96b689d2fed5ac2066b5ac578 100755
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -63,7 +63,6 @@
   - moving the swiper after the playback ended updates the view correctly now
   - if the last slider position is clicked, the playing status becomes false
   - added a loading spinner and disabled all inputs while the layer is not fully loaded
-  - configuration parameter `playbackDelay` works again.
 - Issue #821: Sorting the table in featureLister tool now works again
 - Issue #844: fileImport now converts the projection of geoJSON if necessary
 - Issue #845: The buffer analysis tool now shows results correctly again
diff --git a/src/core/layers/layer.js b/src/core/layers/layer.js
index 2f03d2a504537c572e7e808f6e4d516b799ea03c..342d505d25464e29f2e25f50293ad6b4db6333cb 100644
--- a/src/core/layers/layer.js
+++ b/src/core/layers/layer.js
@@ -587,7 +587,7 @@ export function handleSingleTimeLayer (isSelected, layer, model) {
             store.commit("WmsTime/setTimeSliderActive", {
                 active: true,
                 currentLayerId: timeLayer.get("id"),
-                playbackDelay: timeLayer?.attributes.playbackDelay || 1
+                playbackDelay: timeLayer?.get("time")?.playbackDelay || 1
             });
 
             store.commit("WmsTime/setTimeSliderDefaultValue", {