Skip to content

Commit

Permalink
Fix HDB plugin NameError: name 'get_full_mediainfo' is not defined
Browse files Browse the repository at this point in the history
  • Loading branch information
LeiShi1313 committed Feb 25, 2022
1 parent f1e84ce commit c22e089
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions differential/plugins/hdbits.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
import argparse

from differential.plugins.base import Base
from differential.utils.mediainfo import get_full_mediainfo



class HDBits(Base):
Expand Down

0 comments on commit c22e089

Please sign in to comment.