mirror of
https://github.com/FakeTV/pseudo-channel.git
synced 2025-12-22 11:13:28 +00:00
Merge resolved?
This commit is contained in:
@@ -467,12 +467,9 @@ class PseudoChannel():
|
|||||||
|
|
||||||
the_movie = self.db.get_movie(random.choice(movies_list).title)
|
the_movie = self.db.get_movie(random.choice(movies_list).title)
|
||||||
|
|
||||||
the_movie = self.db.get_movie(random.choice(movies_list).title)
|
|
||||||
|
|
||||||
"""Updating movies table in the db with lastPlayedDate entry"""
|
"""Updating movies table in the db with lastPlayedDate entry"""
|
||||||
self.db.update_movies_table_with_last_played_date(the_movie[3])
|
self.db.update_movies_table_with_last_played_date(the_movie[3])
|
||||||
|
|
||||||
<<<<<<< HEAD
|
|
||||||
else:
|
else:
|
||||||
|
|
||||||
print("For some reason, I've failed getting movie with xtra args.")
|
print("For some reason, I've failed getting movie with xtra args.")
|
||||||
@@ -481,14 +478,14 @@ class PseudoChannel():
|
|||||||
# Updating movies table in the db with lastPlayedDate entry
|
# Updating movies table in the db with lastPlayedDate entry
|
||||||
self.db.update_movies_table_with_last_played_date(the_movie[3])
|
self.db.update_movies_table_with_last_played_date(the_movie[3])
|
||||||
|
|
||||||
=======
|
|
||||||
except:
|
except:
|
||||||
print("For some reason, I've failed getting movie with xtra args.")
|
print("For some reason, I've failed getting movie with xtra args.")
|
||||||
the_movie = self.db.get_random_movie()
|
the_movie = self.db.get_random_movie()
|
||||||
|
|
||||||
"""Updating movies table in the db with lastPlayedDate entry"""
|
"""Updating movies table in the db with lastPlayedDate entry"""
|
||||||
self.db.update_movies_table_with_last_played_date(the_movie[3])
|
self.db.update_movies_table_with_last_played_date(the_movie[3])
|
||||||
>>>>>>> develop
|
|
||||||
else:
|
else:
|
||||||
|
|
||||||
"""the_movie = self.db.get_movie(self.movieMagic.get_random_movie(
|
"""the_movie = self.db.get_movie(self.movieMagic.get_random_movie(
|
||||||
@@ -500,10 +497,7 @@ class PseudoChannel():
|
|||||||
|
|
||||||
"""Updating movies table in the db with lastPlayedDate entry"""
|
"""Updating movies table in the db with lastPlayedDate entry"""
|
||||||
self.db.update_movies_table_with_last_played_date(the_movie[3])
|
self.db.update_movies_table_with_last_played_date(the_movie[3])
|
||||||
<<<<<<< HEAD
|
|
||||||
=======
|
|
||||||
|
|
||||||
>>>>>>> develop
|
|
||||||
else:
|
else:
|
||||||
the_movie = self.db.get_movie(entry[3])
|
the_movie = self.db.get_movie(entry[3])
|
||||||
if the_movie != None:
|
if the_movie != None:
|
||||||
|
|||||||
Reference in New Issue
Block a user