Skip to content

Commit

Permalink
Merge pull request #87 from Tony15246/source
Browse files Browse the repository at this point in the history
misc: add clear-source osd output
  • Loading branch information
Tony15246 authored Nov 29, 2024
2 parents 8fc570f + d4f6e9f commit 5736294
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1169,6 +1169,7 @@ mp.register_script_message("clear-source", function ()
if path and history[path] ~= nil then
history[path] = nil
write_json_file(history_path, history)
mp.osd_message("已清空当前视频所关联的弹幕源", 3)
end
end
end)
Expand Down

0 comments on commit 5736294

Please sign in to comment.