Skip to content
Snippets Groups Projects
Commit 93de136e authored by Thilo Kogge's avatar Thilo Kogge
Browse files

fixed typo

parent 82af4ca9
No related branches found
No related tags found
1 merge request!67unified episode-listitems
......@@ -233,7 +233,7 @@ class Queue:
get the human readable time of podpost
"""
PodpostFactory().get_podpost(self.podposts[0]).update_positon(position=position)
PodpostFactory().get_podpost(self.podposts[0]).update_position(position=position)
@sanitize_podpost
def move(self, podpost, pos):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment