diff options
author | Keuin <[email protected]> | 2022-09-10 18:35:27 +0800 |
---|---|---|
committer | Keuin <[email protected]> | 2022-09-10 18:35:27 +0800 |
commit | c1b605fca10c0f58c131d5d38084f991b21eae5d (patch) | |
tree | 517b67eb136af3e520f1866b72c911296526779f /bilibili/room_status.go | |
parent | 5a8b9c508fa186534a134bee2df705d4de95b9d9 (diff) |
Rename module path to GitHub repo.
Diffstat (limited to 'bilibili/room_status.go')
-rw-r--r-- | bilibili/room_status.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bilibili/room_status.go b/bilibili/room_status.go index 6b6495b..fc6219a 100644 --- a/bilibili/room_status.go +++ b/bilibili/room_status.go @@ -5,8 +5,8 @@ This is used to check initially if it is streaming or not. package bilibili import ( - "bilibili-livestream-archiver/common" "fmt" + "github.com/keuin/slbr/common" ) type LiveStatus int |