@@ -695,8 +695,10 @@ def test_video_Movie_mixins_edit_advanced_settings(movie):
695695def test_video_Movie_mixins_images (movie ):
696696 test_mixins .lock_art (movie )
697697 test_mixins .lock_poster (movie )
698+ test_mixins .lock_square_art (movie )
698699 test_mixins .edit_art (movie )
699700 test_mixins .edit_poster (movie )
701+ test_mixins .edit_square_art (movie )
700702
701703
702704def test_video_Movie_mixins_themes (movie ):
@@ -962,10 +964,13 @@ def test_video_Show_mixins_edit_advanced_settings(show):
962964def test_video_Show_mixins_images (show ):
963965 test_mixins .lock_art (show )
964966 test_mixins .lock_poster (show )
967+ test_mixins .lock_square_art (show )
965968 test_mixins .edit_art (show )
966969 test_mixins .edit_poster (show )
970+ test_mixins .edit_square_art (show )
967971 test_mixins .attr_artUrl (show )
968972 test_mixins .attr_posterUrl (show )
973+ test_mixins .attr_squareArtUrl (show )
969974
970975
971976def test_video_Show_mixins_themes (show ):
@@ -1119,10 +1124,13 @@ def test_video_Season_mixins_images(show):
11191124 season = show .season (season = 1 )
11201125 test_mixins .lock_art (season )
11211126 test_mixins .lock_poster (season )
1127+ test_mixins .lock_square_art (season )
11221128 test_mixins .edit_art (season )
11231129 test_mixins .edit_poster (season )
1130+ test_mixins .edit_square_art (season )
11241131 test_mixins .attr_artUrl (season )
11251132 test_mixins .attr_posterUrl (season )
1133+ test_mixins .attr_squareArtUrl (season )
11261134
11271135
11281136def test_video_Season_mixins_themes (show ):
@@ -1337,10 +1345,13 @@ def test_video_Episode_unwatched(tvshows):
13371345def test_video_Episode_mixins_images (episode ):
13381346 test_mixins .lock_art (episode )
13391347 test_mixins .lock_poster (episode )
1348+ test_mixins .lock_square_art (episode )
13401349 # test_mixins.edit_art(episode) # Uploading episode artwork is broken in Plex
13411350 test_mixins .edit_poster (episode )
1351+ test_mixins .edit_square_art (episode )
13421352 test_mixins .attr_artUrl (episode )
13431353 test_mixins .attr_posterUrl (episode )
1354+ test_mixins .attr_squareArtUrl (episode )
13441355
13451356
13461357def test_video_Episode_mixins_themes (episode ):
0 commit comments