Add start background image
This commit is contained in:
parent
0154f8a873
commit
9b5a87157c
@ -290,7 +290,7 @@ class IINAProcess(MPVProcess):
|
||||
|
||||
def _get_arglist(self, exec_location, **kwargs):
|
||||
args = [exec_location]
|
||||
args.append(resourcespath + 'syncplay.png')
|
||||
args.append(resourcespath + 'iina-bkg.png')
|
||||
self._set_default(kwargs, "mpv-input-ipc-server", self.ipc_socket)
|
||||
args.extend("--{0}={1}".format(v[0].replace("_", "-"), self._mpv_fmt(v[1]))
|
||||
for v in kwargs.items())
|
||||
|
||||
BIN
syncplay/resources/iina-bkg.png
Executable file
BIN
syncplay/resources/iina-bkg.png
Executable file
Binary file not shown.
|
After Width: | Height: | Size: 44 KiB |
Loading…
x
Reference in New Issue
Block a user