mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 04:06:11 +00:00
remove commented code
This commit is contained in:
parent
85482119a0
commit
f2772ebdbd
1 changed files with 0 additions and 1 deletions
|
@ -448,7 +448,6 @@ class LibrarySync():
|
||||||
count = 0
|
count = 0
|
||||||
|
|
||||||
for item in episodeData:
|
for item in episodeData:
|
||||||
#if(installFirstRun):
|
|
||||||
progressAction = "Adding"
|
progressAction = "Adding"
|
||||||
WriteKodiDB().addEpisodeToKodiLibrary(item, connection, cursor)
|
WriteKodiDB().addEpisodeToKodiLibrary(item, connection, cursor)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue